diff --git a/distribution/src/assembly/CHANGELOG.md b/distribution/src/assembly/CHANGELOG.md index 9e3561ab9..b0a71c4c9 100644 --- a/distribution/src/assembly/CHANGELOG.md +++ b/distribution/src/assembly/CHANGELOG.md @@ -1,10 +1,19 @@ +## 0.2.1 + +* Fixed issue where opening a second workspace with a NextGenAS project would result in an error. +* Fixed issue where completion would incorrectly show generated classes from `[Embed]` metadata. +* Fixed issue where completion of local scope would include duplicate entries for getters and setters. +* Fixed issue where using MXML namespace * for the top-level package would not be recognized by completion. +* Fixed issue where extension would check for errors in XML files that don't contain MXML. +* Fixed issue where auto-closing pairs like [], {}, and () would not work inside MXML `` elements. +* Fixed issue where toggle comment keyboard shortcuts worked incorrectly inside MXML `` elements. + ## 0.2.0 * Added support for MXML. * Added `nextgenas.frameworksdk` setting to load a framework inside a different SDK from Apache FlexJS. For instance, this will allow you to use the Feathers SDK or the original Apache Flex SDK. * Migrated build script to Apache Maven to make it easier for contributors to get started. - ## 0.1.1 * Added support for `define` compiler option in `asconfig.json`. diff --git a/vscode-extension/package.json b/vscode-extension/package.json index 066bb94e5..16afbe986 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "vscode-nextgenas", "displayName": "NextGen ActionScript", "description": "ActionScript and MXML language extension for Visual Studio Code", - "version": "0.2.0", + "version": "0.2.1", "publisher": "bowlerhatllc", "homepage": "http://nextgenactionscript.com/vscode/", "repository": {