Changelog: add entries for #1497 and #1503

This commit is contained in:
Yoichi Hirai 2016-12-14 18:10:14 +01:00
parent f8fe6e4f7c
commit ff40338a34
No known key found for this signature in database
GPG Key ID: E7B75D080FCF7992

View File

@ -11,6 +11,9 @@ Bugfixes:
* Code generator: throw if calling the identity precompile failed during memory (array) copying. * Code generator: throw if calling the identity precompile failed during memory (array) copying.
* Type checker: string literals that are not valid UTF-8 cannot be converted to string type * Type checker: string literals that are not valid UTF-8 cannot be converted to string type
* Code generator: any non-zero value given as a boolean argument is now converted into 1. * Code generator: any non-zero value given as a boolean argument is now converted into 1.
* AST Json Converter: replace "VariableDefinitionStatement" nodes with "VariableDeclarationStatement"
* AST Json Converter: fix the camel case in "ElementaryTypeNameExpression"
* AST Json Converter: replace "public" field with "visibility" in the function definition nodes
### 0.4.6 (2016-11-22) ### 0.4.6 (2016-11-22)