diff options
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 60def101..e50cb3bd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,7 +10,7 @@ Features: Bugfixes: * Code generator: Allow recursive structs. - * Inline assembly: reject shadowing instructions by variables. + * Inline assembly: Disallow variables named like opcodes. * Type checker: Allow multiple events of the same name (but with different arities or argument types) ### 0.4.8 (2017-01-13) |