aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-12-15 17:40:50 +0800
committerGitHub <noreply@github.com>2016-12-15 17:40:50 +0800
commit688841ae0a020aa82477114d5b3d27e4052ff950 (patch)
treeacb87317e4c328d571d8bb6c09876f203294b217
parentf8fe6e4f7c1f71756699ca31ce39cad2efd74557 (diff)
parentff40338a344b202036ad7e4e4e0e3f516d184a7b (diff)
downloaddexon-solidity-688841ae0a020aa82477114d5b3d27e4052ff950.tar.gz
dexon-solidity-688841ae0a020aa82477114d5b3d27e4052ff950.tar.zst
dexon-solidity-688841ae0a020aa82477114d5b3d27e4052ff950.zip
Merge pull request #1513 from ethereum/changelog-for-ast-json
Changelog: add entries for #1497 and #1503
-rw-r--r--Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index dfeaa381..a8b5cca5 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -11,6 +11,9 @@ Bugfixes:
* 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
* 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)