aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-02-13 16:49:50 +0800
committerchriseth <chris@ethereum.org>2018-02-13 18:00:59 +0800
commit5916cf1e0ace5d9855af4d785c22c742cf106b8a (patch)
tree086046177d246cbdec3e8907445dff0e36bca24a /Changelog.md
parent729c6a95f8615586969e206b0b796011b3824adf (diff)
downloaddexon-solidity-5916cf1e0ace5d9855af4d785c22c742cf106b8a.tar
dexon-solidity-5916cf1e0ace5d9855af4d785c22c742cf106b8a.tar.gz
dexon-solidity-5916cf1e0ace5d9855af4d785c22c742cf106b8a.tar.bz2
dexon-solidity-5916cf1e0ace5d9855af4d785c22c742cf106b8a.tar.lz
dexon-solidity-5916cf1e0ace5d9855af4d785c22c742cf106b8a.tar.xz
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.md1
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.