aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-09-17 21:04:55 +0800
committerGitHub <noreply@github.com>2016-09-17 21:04:55 +0800
commita78e7794225da95d0f875c908025213d6a47cb59 (patch)
tree006481ce07f5ed6f1690014921f8c559b71dc5b5
parent212e01609144ebd82bd6a4884b924fc97f31a1b4 (diff)
parent1910e9585d5a39bf2673930d3d7563c25a088513 (diff)
downloaddexon-solidity-a78e7794225da95d0f875c908025213d6a47cb59.tar.gz
dexon-solidity-a78e7794225da95d0f875c908025213d6a47cb59.tar.zst
dexon-solidity-a78e7794225da95d0f875c908025213d6a47cb59.zip
Merge pull request #1106 from ethereum/version042
Finished version 0.4.2
-rw-r--r--Changelog.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index c438b914..b5c0631d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,4 +1,6 @@
-### 0.4.2
+### 0.4.2 (2016-09-17)
+
+Bugfixes:
* Code Generator: Fix library functions being called from payable functions.
* Type Checker: Fixed a crash about invalid array types.