Skip to content

Commit

Permalink
distribution: added a couple of missing items to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Feb 28, 2018
1 parent 2f132c7 commit 8463801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distribution/src/assembly/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
### New Features

* Build: *asconfig.json* may optionally include `${flexlib}` token in paths specified in the compiler options. This token will be replaced with the path to the *frameworks* directory of the current SDK. For Apache Royale projects, the `${royalelib}` token is available instead.
* Debugger: When a runtime error is thrown, displays the details inside the editor – directly below the line where the error occurred.
* Debugger: When a runtime error is thrown, the properties of the error object are displayed in the **Variables** view.
* Editor: Goto definition works for symbols in SWC files. Opens a temporary, read-only text file that displays the public API.
* Views: The ActionScript Source Paths view displays file icons.

Expand Down

0 comments on commit 8463801

Please sign in to comment.