aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-01-05 07:25:31 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-01-05 23:53:49 +0800
commita91393f4d74352be022b9a83fc3007881f770ed7 (patch)
tree991c578177a7e762fa88491b438eaa5a08017eda /Changelog.md
parent35095e9fcc53f76a1c73251497c265f399a9896c (diff)
downloaddexon-solidity-a91393f4d74352be022b9a83fc3007881f770ed7.tar
dexon-solidity-a91393f4d74352be022b9a83fc3007881f770ed7.tar.gz
dexon-solidity-a91393f4d74352be022b9a83fc3007881f770ed7.tar.bz2
dexon-solidity-a91393f4d74352be022b9a83fc3007881f770ed7.tar.lz
dexon-solidity-a91393f4d74352be022b9a83fc3007881f770ed7.tar.xz
dexon-solidity-a91393f4d74352be022b9a83fc3007881f770ed7.tar.zst
dexon-solidity-a91393f4d74352be022b9a83fc3007881f770ed7.zip
Support some restricted tokens (return, byte, address) as identifiers in Julia
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 bfaeeb27..102f2753 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,7 @@
Features:
* Limit the number of warnings raised for creating abstract contracts.
* Inline Assembly: Issue warning for using jump labels (already existed for jump instructions).
+ * 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.