diff options
author | chriseth <chris@ethereum.org> | 2018-02-13 16:49:50 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-02-13 18:00:59 +0800 |
commit | 5916cf1e0ace5d9855af4d785c22c742cf106b8a (patch) | |
tree | 086046177d246cbdec3e8907445dff0e36bca24a /Changelog.md | |
parent | 729c6a95f8615586969e206b0b796011b3824adf (diff) | |
download | dexon-solidity-5916cf1e0ace5d9855af4d785c22c742cf106b8a.tar.gz dexon-solidity-5916cf1e0ace5d9855af4d785c22c742cf106b8a.tar.zst dexon-solidity-5916cf1e0ace5d9855af4d785c22c742cf106b8a.zip |
Allow `this.f.selector` to be pure.
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 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. |