Merge pull request #3375 from leonardoalt/develop

[SMTChecker] Added feature line to Changelog
This commit is contained in:
chriseth 2018-01-04 21:30:37 +01:00 committed by GitHub
commit 35095e9fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@
Features:
* Limit the number of warnings raised for creating abstract contracts.
* Inline Assembly: Issue warning for using jump labels (already existed for jump instructions).
* SMT Checker: If-else branch conditions are taken into account in the SMT encoding of the program
variables.
Bugfixes:
* Parser: Disallow event declarations with no parameter list.