From 5916cf1e0ace5d9855af4d785c22c742cf106b8a Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 13 Feb 2018 09:49:50 +0100 Subject: Allow `this.f.selector` to be pure. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index db425291..44e35f5f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,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: * Parser: Disallow event declarations with no parameter list. -- cgit v1.2.3