aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-12 21:52:19 +0800
committerGitHub <noreply@github.com>2018-12-12 21:52:19 +0800
commit35d6db880a7c36744934f626b69a2329ea484722 (patch)
tree305ac1c845cba0f7601c0d4193fa083f1c97706b /Changelog.md
parent85291bcb2d0e92c8d515887a00174d46f974500d (diff)
parent788612d2efef33aad711646a1ace9dfee6237730 (diff)
downloaddexon-solidity-35d6db880a7c36744934f626b69a2329ea484722.tar.gz
dexon-solidity-35d6db880a7c36744934f626b69a2329ea484722.tar.zst
dexon-solidity-35d6db880a7c36744934f626b69a2329ea484722.zip
Merge pull request #5617 from ethereum/controlFlowRework
Rework of ControlFlowGraph and analysis.
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 5bbf5af6..7e60ff38 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,7 @@
### 0.5.2 (unreleased)
Language Features:
+ * Control Flow Graph: Detect every access to uninitialized storage pointers.
Compiler Features: