aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-11-15 18:26:17 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2016-11-18 01:23:35 +0800
commit819da2f0cd8d5ce9086f0fea05769788011f75fa (patch)
tree279ec2d49a203a6c2079b457d20208317d7b96c1 /Changelog.md
parent60e9c901e9f4a314fca1acd374c13841d7be3963 (diff)
downloaddexon-solidity-819da2f0cd8d5ce9086f0fea05769788011f75fa.tar
dexon-solidity-819da2f0cd8d5ce9086f0fea05769788011f75fa.tar.gz
dexon-solidity-819da2f0cd8d5ce9086f0fea05769788011f75fa.tar.bz2
dexon-solidity-819da2f0cd8d5ce9086f0fea05769788011f75fa.tar.lz
dexon-solidity-819da2f0cd8d5ce9086f0fea05769788011f75fa.tar.xz
dexon-solidity-819da2f0cd8d5ce9086f0fea05769788011f75fa.tar.zst
dexon-solidity-819da2f0cd8d5ce9086f0fea05769788011f75fa.zip
Add changelog entry for payable constructor
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index ce3343d8..6d080556 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -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.