aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-08 18:18:47 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-03-27 11:00:12 +0800
commit0a58e57ceb2af6b7369742152ea3c4332e7585fb (patch)
tree4cbbff89747abffde386affe1f20dc8b541b96aa
parent0a67d616db73c912fd16186f97be6ff2d9447975 (diff)
downloaddexon-solidity-0a58e57ceb2af6b7369742152ea3c4332e7585fb.tar.gz
dexon-solidity-0a58e57ceb2af6b7369742152ea3c4332e7585fb.tar.zst
dexon-solidity-0a58e57ceb2af6b7369742152ea3c4332e7585fb.zip
Changelog entry.
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index c5577b86..aa1554f5 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,6 +5,7 @@ Features:
Bugfixes:
* Code Generator: Allow ``block.blockhash`` without being called.
+ * Code Generator: Do not include internal functions in the runtime bytecode which are only referenced in the constructor.
* Code Generator: Properly skip unneeded storage array cleanup when not reducing length.
* Code Generator: Bugfix in modifier lookup in libraries.
* Commandline interface: Support ``--evm-version constantinople`` properly.