aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorLeonardo Alt <leo@ethereum.org>2018-04-30 22:30:41 +0800
committerchriseth <chris@ethereum.org>2018-05-15 20:28:08 +0800
commit4117e859eb5780873177cf1c93eb8379e17ed247 (patch)
tree037215fc1ac785a087ac3d9935b1c1aa37a187e1 /Changelog.md
parent2dbb35d4a8fc4321d59a670343b439232c92eaa9 (diff)
downloaddexon-solidity-4117e859eb5780873177cf1c93eb8379e17ed247.tar.gz
dexon-solidity-4117e859eb5780873177cf1c93eb8379e17ed247.tar.zst
dexon-solidity-4117e859eb5780873177cf1c93eb8379e17ed247.zip
[SMTChecker] Declaring all state vars before any function is visited
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index e0b8cbc6..0817faab 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).
@@ -25,7 +26,6 @@ Features:
* Build system: Support Ubuntu Bionic.
* SMTChecker: Integration with CVC4 SMT solver
* Syntax Checker: Warn about functions named "constructor".
- * SMTChecker: Support to integer and Bool state variables
Bugfixes:
* Type Checker: Improve error message for failed function overload resolution.