# ChangeLog

Nightly Builds

Monday, May 18th, 2020

* Alpha V2 is now active. The **main.js** script tag now has all mainline features including collectibles. Bug releases are forthcoming. Until then there won't be any new nightly builds as we move towards beta.&#x20;

Nightly Builds

* Latest nightly build: (Nightly builds are experimental)
  * **main-05-14-2020.js**
    * Improved support for Collectibles and Smart Contract Events.
  * **main-05-11-2020.js**
    * Improved support for the $THIS keyword
  * **main-05-08-2020.js**
    * Support for smart contract events
  * **main-05-06-2020.js**
    * Add auto-clear property for inputs.&#x20;
  * **main-05-04-2020.js**
    * fix for collectibles
  * **main-05-01-2020.js**
    * ethUserBalance now updates faster
  * **main-04-27-2020.js**
    * various improvements

Sunday, April 26, 2020

* Updated DappHero Docs:&#x20;

  * **$true** [Accessing anonymous inputs](/features/using-smart-contracts/inputs.md#anonymous-inputs)
  * [AutoClear tag](/features/using-smart-contracts/inputs.md#autoclear-inputs)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dapphero.io/updates/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
