diff options
author | chriseth <chris@ethereum.org> | 2018-02-15 18:58:50 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-02-15 18:58:50 +0800 |
commit | e08a20607049175e241654efec90371d2693931c (patch) | |
tree | 02f328d8b013970fde8860f68725cc19eb4820e5 /Changelog.md | |
parent | 834dac79895811cde1e41d8b4de5d4ef6d758303 (diff) | |
download | dexon-solidity-e08a20607049175e241654efec90371d2693931c.tar.gz dexon-solidity-e08a20607049175e241654efec90371d2693931c.tar.zst dexon-solidity-e08a20607049175e241654efec90371d2693931c.zip |
Disallow uninitialized storage pointers as experimental 0.5.0 feature.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index ade9ac86..58604ca2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ ### 0.4.21 (unreleased) Features: + * Type Checker: Disallow uninitialized storage pointers as experimental 0.5.0 feature. Bugfixes: |