Initial changelog for version 0.5.0.

This commit is contained in:
chriseth 2018-05-04 16:35:24 +02:00
parent 0fdb226fd8
commit e6a9d0da66

View File

@ -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) = ...``.