Add changelog entry for payable constructor

This commit is contained in:
Alex Beregszaszi 2016-11-15 10:26:17 +00:00
parent 60e9c901e9
commit 819da2f0cd

View File

@ -10,6 +10,7 @@ Features:
Bugfixes:
* Inline assembly: calculate stack height warning correctly even when local variables are used.
* Support the ``payable`` keyword on constructors.
* Parser: disallow empty enum definitions.
* Type checker: disallow conversion between different enum types.
* Interface JSON: do not include trailing new line.