diff options
author | chriseth <chris@ethereum.org> | 2018-02-14 00:08:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 00:08:35 +0800 |
commit | 23484ba6a4ab17df58dfa1d27b486c10265ce4ae (patch) | |
tree | 64944b4cc71593944dc461b288cf25dfdf68cb9e /Changelog.md | |
parent | f84b2c451425a5913ef3decc18cf56ef95988d83 (diff) | |
parent | aea9e7fe549d93436a1eb355258ea1b11b5dfb22 (diff) | |
download | dexon-solidity-23484ba6a4ab17df58dfa1d27b486c10265ce4ae.tar.gz dexon-solidity-23484ba6a4ab17df58dfa1d27b486c10265ce4ae.tar.zst dexon-solidity-23484ba6a4ab17df58dfa1d27b486c10265ce4ae.zip |
Merge pull request #3498 from ethereum/allowthisfselector
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 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. |