diff options
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 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: |