Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
gilzoide committed Oct 17, 2021
1 parent 18171b6 commit 2e30a3d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Changelog
## [Unreleased]


## [0.1.0]
### Added
- `GD._VERSION`
- `Object.null`
- Call `Object.set` on `Object.__newindex`
- REPL history, with up/down keys choosing previous/next line
- Stack trace to error message when loading script fails
- Initialize known properties when instantiating script
- Unit test infrastructure

- Android ARMv7/ARM64/x86/x86_64 builds
- [plugin] REPL history, with up/down keys choosing previous/next line

### Fixed
- Properties with `nil` as default value not accesible from Lua
Expand All @@ -31,5 +35,6 @@
- API documentation


[Unreleased]: https://github.com/gilzoide/godot-lua-pluginscript/compare/r1...HEAD
[Unreleased]: https://github.com/gilzoide/godot-lua-pluginscript/compare/0.1.0...HEAD
[0.1.0]: https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.1.0
[r1]: https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/r1

0 comments on commit 2e30a3d

Please sign in to comment.