aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-02-13 15:40:41 +0800
committerGitHub <noreply@github.com>2018-02-13 15:40:41 +0800
commit729c6a95f8615586969e206b0b796011b3824adf (patch)
treeaa1589d686284c102e654aa177da8242f2050eb2 /Changelog.md
parenta75d4ec60e0512197caa8a21996c45850d99091f (diff)
parent573aa01fd2a208a119a77fe75129d76a59392abc (diff)
downloaddexon-solidity-729c6a95f8615586969e206b0b796011b3824adf.tar.gz
dexon-solidity-729c6a95f8615586969e206b0b796011b3824adf.tar.zst
dexon-solidity-729c6a95f8615586969e206b0b796011b3824adf.zip
Merge pull request #3425 from jevogel/3301
Deprecate the var keyword in SyntaxChecker
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 34fbf682..db425291 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -9,6 +9,7 @@ Features:
* Inline Assembly: Support some restricted tokens (return, byte, address) as identifiers in Julia mode.
* SMT Checker: If-else branch conditions are taken into account in the SMT encoding of the program
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.
Bugfixes: