diff --git a/Changelog.txt b/Changelog.txt index d87d0a8..c52558d 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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.