Skip to content

Commit

Permalink
Getting ready for 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Scony committed Mar 1, 2023
1 parent 71760d2 commit 5d45833
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Changelog

## [4.0.0] (to be released)
## [4.0.0] 2023-03-01

### Added
- Added new GDScript `2.0` constructs to the core testcases
- Added support for `await` in parser & formatter
- Added support for typed arrays in parser & formatter
- Added support for annotations in parser & formatter
- Added support for unique node names in parser & formatter
- Added support for property etters in parser & formatter
- Added support for inline-lambdas in parser & formatter
- Added support for `await`
- Added support for typed arrays
- Added support for annotations
- Added support for unique node names
- Added support for property etters
- Added support for inline-lambdas
- Added support for func-level constants
- Added support for typed signal arguments

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Regardless of the target version, installation is done by `pip3` command and for
### Godot 4

```
pip3 install git+https://github.com/Scony/godot-gdscript-toolkit.git
pip3 install "gdtoolkit==4.*"
```

### Godot 3
Expand Down

0 comments on commit 5d45833

Please sign in to comment.