aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-17 02:02:15 +0800
committerchriseth <chris@ethereum.org>2018-04-03 20:53:48 +0800
commita54fdc495f54bd16c329ca3f79d533d540cb9a3e (patch)
tree97539bd0526e6da954444ac4d9867c1197a219ec /Changelog.md
parentd21382157cbda53d98f3a4e0d7c0d0a7d213aebf (diff)
downloaddexon-solidity-a54fdc495f54bd16c329ca3f79d533d540cb9a3e.tar.gz
dexon-solidity-a54fdc495f54bd16c329ca3f79d533d540cb9a3e.tar.zst
dexon-solidity-a54fdc495f54bd16c329ca3f79d533d540cb9a3e.zip
Fix: Treat empty base constructor argument list as not provided.
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 d35a2b45..70e98751 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -12,6 +12,7 @@ Bugfixes:
* Code Generator: Properly skip unneeded storage array cleanup when not reducing length.
* Code Generator: Bugfix in modifier lookup in libraries.
* Code Generator: Implement packed encoding of external function types.
+ * Code Generator: Treat empty base constructor argument list as not provided.
* Commandline interface: Support ``--evm-version constantinople`` properly.
* DocString Parser: Fix error message for empty descriptions.
* Standard JSON: Support ``constantinople`` as ``evmVersion`` properly.