aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-05-08 19:09:58 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-07-03 21:31:34 +0800
commita7fc8a996b666ecd0c90c8addb422ef640f8887c (patch)
treee1591c4dfc7c0614bacd64b448ed3202970421df
parent717c70a88fe0a42286f758b93cca0cb0119ef406 (diff)
downloaddexon-solidity-a7fc8a996b666ecd0c90c8addb422ef640f8887c.tar.gz
dexon-solidity-a7fc8a996b666ecd0c90c8addb422ef640f8887c.tar.zst
dexon-solidity-a7fc8a996b666ecd0c90c8addb422ef640f8887c.zip
Update Changelog.
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 55ab5180..b2351822 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -27,6 +27,7 @@ Breaking Changes:
* General: C99-style scoping rules are enforced now. This was already the case in the experimental 0.5.0 mode.
* Optimizer: Remove the no-op ``PUSH1 0 NOT AND`` sequence.
* Parser: Disallow trailing dots that are not followed by a number.
+ * Parser: Remove ``constant`` as function state mutability modifer.
* Type Checker: Disallow arithmetic operations for boolean variables.
* Type Checker: Disallow conversions between ``bytesX`` and ``uintY`` of different size.
* Type Checker: Only accept a single ``bytes`` type for ``.call()`` (and family), ``keccak256()``, ``sha256()`` and ``ripemd160()``.