aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-12-15 19:15:09 +0800
committerchriseth <c@ethdev.com>2016-12-15 19:15:09 +0800
commit11b9abfff3de9dfdcd0bd68ce31dff0d510f21cb (patch)
treef3babc2e1e57f4cb1c6a130043b79a565cd13680 /Changelog.md
parent688841ae0a020aa82477114d5b3d27e4052ff950 (diff)
downloaddexon-solidity-11b9abfff3de9dfdcd0bd68ce31dff0d510f21cb.tar
dexon-solidity-11b9abfff3de9dfdcd0bd68ce31dff0d510f21cb.tar.gz
dexon-solidity-11b9abfff3de9dfdcd0bd68ce31dff0d510f21cb.tar.bz2
dexon-solidity-11b9abfff3de9dfdcd0bd68ce31dff0d510f21cb.tar.lz
dexon-solidity-11b9abfff3de9dfdcd0bd68ce31dff0d510f21cb.tar.xz
dexon-solidity-11b9abfff3de9dfdcd0bd68ce31dff0d510f21cb.tar.zst
dexon-solidity-11b9abfff3de9dfdcd0bd68ce31dff0d510f21cb.zip
Update changelog for release.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/Changelog.md b/Changelog.md
index a8b5cca5..096c72d4 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,4 +1,4 @@
-### 0.4.7 (unreleased)
+### 0.4.7 (2016-12-15)
Features:
* Bitshift operators.
@@ -11,9 +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
+ * 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)