aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-05-04 22:35:24 +0800
committerchriseth <chris@ethereum.org>2018-05-17 00:32:32 +0800
commite6a9d0da66942bd08fff1c663092f19c1185a7da (patch)
tree6acfa822761248ddc833bcf84f2cbb59a4bae052
parent0fdb226fd8d352f6b2b84e3efc61cd674e93ab1b (diff)
downloaddexon-solidity-e6a9d0da66942bd08fff1c663092f19c1185a7da.tar
dexon-solidity-e6a9d0da66942bd08fff1c663092f19c1185a7da.tar.gz
dexon-solidity-e6a9d0da66942bd08fff1c663092f19c1185a7da.tar.bz2
dexon-solidity-e6a9d0da66942bd08fff1c663092f19c1185a7da.tar.lz
dexon-solidity-e6a9d0da66942bd08fff1c663092f19c1185a7da.tar.xz
dexon-solidity-e6a9d0da66942bd08fff1c663092f19c1185a7da.tar.zst
dexon-solidity-e6a9d0da66942bd08fff1c663092f19c1185a7da.zip
Initial changelog for version 0.5.0.
-rw-r--r--Changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 9bed7e9c..dc53a0f5 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,9 +1,13 @@
### 0.5.0 (unreleased)
+Features:
+
+Bugfixes:
### 0.4.24 (2018-05-16)
+
Language Features:
* Code Generator: Use native shift instructions on target Constantinople.
* General: Allow multiple variables to be declared as part of a tuple assignment, e.g. ``(uint a, uint b) = ...``.