diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-08-03 00:55:06 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-08-03 01:34:38 +0800 |
commit | 35c5b7de256f09bcfb77c6dc700ea1a54b1ec27c (patch) | |
tree | 573b39d8f9e45f611e7ba315e16b3cf47bfd4a81 /Changelog.md | |
parent | 009a55c82d22f08fd207739d7b8aeff215fb7c03 (diff) | |
download | dexon-solidity-35c5b7de256f09bcfb77c6dc700ea1a54b1ec27c.tar.gz dexon-solidity-35c5b7de256f09bcfb77c6dc700ea1a54b1ec27c.tar.zst dexon-solidity-35c5b7de256f09bcfb77c6dc700ea1a54b1ec27c.zip |
Turn warning about uninitialized storage returns into an error.
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 c21f0ae9..e5306dc0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,6 +17,7 @@ Breaking Changes: * Commandline interface: Remove obsolete ``--formal`` option. * Commandline interface: Rename the ``--julia`` option to ``--yul``. * Commandline interface: Require ``-`` if standard input is used as source. + * Control Flow Analyzer: Turn warning about returning uninitialized storage pointers into an error. * General: ``continue`` in a ``do...while`` loop jumps to the condition (it used to jump to the loop body). Warning: this may silently change the semantics of existing code. * General: Disallow declaring empty structs. * General: Disallow raw ``callcode`` (was already deprecated in 0.4.12). It is still possible to use it via inline assembly. |