aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-08-26 00:58:12 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-09-16 03:46:32 +0800
commit80ce3ca66f063d8d87c2393e689f92d8608b4e0a (patch)
treeae1376cd7d128573edb235f92191dd30118d07bf /Changelog.md
parent73771f5bb2d8aee1b71dfcc909a60aa47c591dec (diff)
downloaddexon-solidity-80ce3ca66f063d8d87c2393e689f92d8608b4e0a.tar
dexon-solidity-80ce3ca66f063d8d87c2393e689f92d8608b4e0a.tar.gz
dexon-solidity-80ce3ca66f063d8d87c2393e689f92d8608b4e0a.tar.bz2
dexon-solidity-80ce3ca66f063d8d87c2393e689f92d8608b4e0a.tar.lz
dexon-solidity-80ce3ca66f063d8d87c2393e689f92d8608b4e0a.tar.xz
dexon-solidity-80ce3ca66f063d8d87c2393e689f92d8608b4e0a.tar.zst
dexon-solidity-80ce3ca66f063d8d87c2393e689f92d8608b4e0a.zip
Move ABI encoder into its own function.
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 e46a7c2f..0b9295d0 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,7 @@
Features:
* Support ``pragma experimental v0.5.0;`` to turn on upcoming breaking changes.
* Code Generator: Added ``.selector`` member on external function types to retrieve their signature.
+ * Code Generator: Keep a single copy of encoding functions when using the experimental "ABIEncoderV2".
* Optimizer: Add new optimization step to remove unused ``JUMPDEST``s.
* Syntax Checker: Warn if no visibility is specified on contract functions.
* Type Checker: Display helpful warning for unused function arguments/return parameters.