diff options
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 1b4149a5..efdd89d7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,6 +13,7 @@ Features: variables. * Syntax Checker: Deprecate the ``var`` keyword (and mark it an error as experimental 0.5.0 feature). * Type Checker: Issue warning for using ``public`` visibility for interface functions. + * Type Checker: Allow `this.f.selector` to be a pure expression. Bugfixes: * Error Output: Truncate huge number literals in the middle to avoid output blow-up. |