Skip to content

Commit 3a692e3

Browse files
authored
Merge pull request #1514 from ethereum/changelog
Update changelog for release.
2 parents 688841a + 11b9abf commit 3a692e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.4.7 (unreleased)
1+
### 0.4.7 (2016-12-15)
22

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

1818
### 0.4.6 (2016-11-22)
1919

0 commit comments

Comments
 (0)