aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-05-15 20:54:41 +0800
committerGitHub <noreply@github.com>2018-05-15 20:54:41 +0800
commit63861aac4a13f1d90680206854d662752a6cdce5 (patch)
tree449a722c54d7e66701bb7314cd71106402e50155 /Changelog.md
parentdce62240525035ec7ce6b5d1b76bfeebe1ae9546 (diff)
parenta0b42105e49456faf89dd0d86cfba2a6219c514e (diff)
downloaddexon-solidity-63861aac4a13f1d90680206854d662752a6cdce5.tar.gz
dexon-solidity-63861aac4a13f1d90680206854d662752a6cdce5.tar.zst
dexon-solidity-63861aac4a13f1d90680206854d662752a6cdce5.zip
Merge pull request #3947 from ethereum/smt_storage
[SMTChecker] Support to integer and Bool storage vars
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 ce0adfd7..ddd33df7 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -10,6 +10,7 @@ Features:
* Optimizer: Remove unnecessary masking of the result of known short instructions (``ADDRESS``, ``CALLER``, ``ORIGIN`` and ``COINBASE``).
* Parser: Display nicer error messages by showing the actual tokens and not internal names.
* Parser: Use the entire location of the token instead of only its starting position as source location for parser errors.
+ * SMT Checker: Support state variables of integer and bool type.
* Type Checker: Deprecate the ``years`` unit denomination and raise a warning for it (or an error as experimental 0.5.0 feature).
* Type Checker: Make literals (without explicit type casting) an error for tight packing as experimental 0.5.0 feature.
* Type Checker: Warn about wildcard tuple assignments (this will turn into an error with version 0.5.0).