Skip to content

Commit

Permalink
Grammar..
Browse files Browse the repository at this point in the history
  • Loading branch information
Uralstech committed Oct 31, 2024
1 parent 5d9b9fa commit c4243a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ https://github.com/Uralstech/ezrSquared/releases

* ezr² RE - v0.6.0 [31-10-24]
* [BREAKING CHANGE] EKAs (Extra Keyword Arguments) now use the following syntax: "function abc with more named as keyword_args do ..."
* Added EPA (Extra Positional Arguments) support! Define them like so: "function abc with more as epas do ...". Here, "epas" will be a `EzrList` of the extra arguments.
* Added EPA (Extra Positional Arguments) support! You can define them like so: "function abc with more as epas do ...". Here, "epas" will be an `EzrList` of the extra arguments.
* Improved string representations of `EzrRuntimeExecutable`-s.
* Fixed scope handling in for-each loop assignments.

Expand Down

0 comments on commit c4243a4

Please sign in to comment.