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 86e0125a..ea1b1b58 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,7 @@ Features: Bugfixes: * Type checker: string literals that are not valid UTF-8 cannot be converted to string type - * Code generator: higher bits in a boolean argument are ignored. + * Code generator: any non-zero value given as a boolean argument is now converted into 1. ### 0.4.6 (2016-11-22) |