diff options
author | chriseth <c@ethdev.com> | 2017-03-02 02:53:20 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-03-13 20:30:23 +0800 |
commit | fdc41f3b07c48438fcdd703a4dd1bd2f75736dc0 (patch) | |
tree | cd7d31c25b99d3189792717cda4d98e8a417e9ef | |
parent | 14948e514d7b15eb92d2c08f018bb23ead71fa5a (diff) | |
download | dexon-solidity-fdc41f3b07c48438fcdd703a4dd1bd2f75736dc0.tar dexon-solidity-fdc41f3b07c48438fcdd703a4dd1bd2f75736dc0.tar.gz dexon-solidity-fdc41f3b07c48438fcdd703a4dd1bd2f75736dc0.tar.bz2 dexon-solidity-fdc41f3b07c48438fcdd703a4dd1bd2f75736dc0.tar.lz dexon-solidity-fdc41f3b07c48438fcdd703a4dd1bd2f75736dc0.tar.xz dexon-solidity-fdc41f3b07c48438fcdd703a4dd1bd2f75736dc0.tar.zst dexon-solidity-fdc41f3b07c48438fcdd703a4dd1bd2f75736dc0.zip |
Changelog entry.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 89c0d883..a80f23f4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,6 +17,7 @@ Bugfixes: * Type system: Detect cyclic dependencies between constants. * Type system: Disallow arrays with negative length. * Type system: Fix a crash related to invalid binary operators. + * Type system: Only allow compile-time constants for constant state variables. * Type system: Disallow ``var`` declaration with empty tuple type. * Type system: Correctly convert function argument types to pointers for member functions. * Type system: Move privateness of constructor into AST itself. |