Skip to content

Commit 2e30a3d

Browse files
committed
Update CHANGELOG
1 parent 18171b6 commit 2e30a3d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Changelog
22
## [Unreleased]
3+
4+
5+
## [0.1.0]
36
### Added
7+
- `GD._VERSION`
48
- `Object.null`
59
- Call `Object.set` on `Object.__newindex`
6-
- REPL history, with up/down keys choosing previous/next line
710
- Stack trace to error message when loading script fails
811
- Initialize known properties when instantiating script
912
- Unit test infrastructure
10-
13+
- Android ARMv7/ARM64/x86/x86_64 builds
14+
- [plugin] REPL history, with up/down keys choosing previous/next line
1115

1216
### Fixed
1317
- Properties with `nil` as default value not accesible from Lua
@@ -31,5 +35,6 @@
3135
- API documentation
3236

3337

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

0 commit comments

Comments
 (0)