Update CHANGELOG with 1.0.2 release notes

This commit is contained in:
Nathan Lovato
2020-02-17 10:42:56 -06:00
parent 3c5e31bfe3
commit 361439f28b

View File

@@ -2,6 +2,17 @@
This document lists new features, improvements, changes, and bug fixes in each release of the package.
## GDScript mode 1.0.2 ##
### Changes ###
- Addressed linting and checkdoc errors for a release on the [MELPA](https://melpa.org/) package archive.
- Split some more of the code to make the code easier to read and to maintain.
### Bug fixes ###
- Fixed `function-definition-void` errors in some cases due to a missing file import.
## GDScript mode 1.0.1 ##
This minor release fixes a bug with the GDScript keywords.