diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-11-19 22:53:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-19 22:53:26 +0800 |
commit | d3f66ca0fab130e801b012bd192e1e8e97fb3761 (patch) | |
tree | b671dcda3fca233f9213da5a217c83c6ddcf534e /Changelog.md | |
parent | 5be45e736d2b111c9352ca2990a1c7a653c60c55 (diff) | |
parent | 06c3f0953ae9f9921683f80349c7b1bbddcb3a9f (diff) | |
download | dexon-solidity-d3f66ca0fab130e801b012bd192e1e8e97fb3761.tar.gz dexon-solidity-d3f66ca0fab130e801b012bd192e1e8e97fb3761.tar.zst dexon-solidity-d3f66ca0fab130e801b012bd192e1e8e97fb3761.zip |
Merge pull request #5309 from ethereum/smt_bound_functions
[SMTChecker] Support bound function calls
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 fae28bb7..197419fa 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ Compiler Features: * Code generator: Do not perform redundant double cleanup on unsigned integers when loading from calldata. * SMTChecker: Support ``msg``, ``tx`` and ``block`` member variables. * SMTChecker: Support ``gasleft()`` and ``blockhash()`` functions. + * SMTChecker: Support internal bound function calls. Bugfixes: |