aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-08-03 16:45:50 +0800
committerGitHub <noreply@github.com>2018-08-03 16:45:50 +0800
commitda6cefd475210a9bcae0aad80c03f3679ae00f56 (patch)
tree333c713b73fcbb8a6ad13f6c701b1014e4374b21 /Changelog.md
parent04efbc9e46b3de6572621ba9e5f6683c8a9ded34 (diff)
parent35c5b7de256f09bcfb77c6dc700ea1a54b1ec27c (diff)
downloaddexon-solidity-da6cefd475210a9bcae0aad80c03f3679ae00f56.tar.gz
dexon-solidity-da6cefd475210a9bcae0aad80c03f3679ae00f56.tar.zst
dexon-solidity-da6cefd475210a9bcae0aad80c03f3679ae00f56.zip
Merge pull request #4664 from ethereum/uninitializedStorageReturn
Turn warning about uninitialized storage returns into an error.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
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.