aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) = ...``.