diff options
author | Jimmy Vogel <jim.e.vogel@gmail.com> | 2018-01-23 05:32:47 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-02-13 06:37:26 +0800 |
commit | dc5ad899d0ff08aba7022a765e8ec363fa6c1f7e (patch) | |
tree | 3beb33290f36e670817b9119ddb68e78b7cf6621 /Changelog.md | |
parent | 8795036919f7a9de4a0ba7d7333a955d2edb78fe (diff) | |
download | dexon-solidity-dc5ad899d0ff08aba7022a765e8ec363fa6c1f7e.tar.gz dexon-solidity-dc5ad899d0ff08aba7022a765e8ec363fa6c1f7e.tar.zst dexon-solidity-dc5ad899d0ff08aba7022a765e8ec363fa6c1f7e.zip |
Deprecate the var keyword (and mark it an error as experimental 0.5.0 feature)
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 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: |