From e6a9d0da66942bd08fff1c663092f19c1185a7da Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 4 May 2018 16:35:24 +0200 Subject: [PATCH] Initial changelog for version 0.5.0. --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9bed7e9c1..dc53a0f56 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) = ...``.