aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-02-20 01:45:42 +0800
committerchriseth <chris@ethereum.org>2018-03-01 21:29:00 +0800
commit98e8a9385456b5d3fe3ca7ef2e0c923b0aab2ea3 (patch)
treedda3f2e59bfad2650786fa42fa2600369421feac /Changelog.md
parent08b6a72d37f4e4149575bfc695d76c61b666a8a9 (diff)
downloaddexon-solidity-98e8a9385456b5d3fe3ca7ef2e0c923b0aab2ea3.tar
dexon-solidity-98e8a9385456b5d3fe3ca7ef2e0c923b0aab2ea3.tar.gz
dexon-solidity-98e8a9385456b5d3fe3ca7ef2e0c923b0aab2ea3.tar.bz2
dexon-solidity-98e8a9385456b5d3fe3ca7ef2e0c923b0aab2ea3.tar.lz
dexon-solidity-98e8a9385456b5d3fe3ca7ef2e0c923b0aab2ea3.tar.xz
dexon-solidity-98e8a9385456b5d3fe3ca7ef2e0c923b0aab2ea3.tar.zst
dexon-solidity-98e8a9385456b5d3fe3ca7ef2e0c923b0aab2ea3.zip
Changelog entry.
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 4262f839..ebdb2e4e 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -17,6 +17,7 @@ Bugfixes:
* Standalone Assembly: Do not ignore input after closing brace of top level block.
* Standard JSON: Catch errors properly when invalid "sources" are passed.
* Standard JSON: Ensure that library addresses supplied are of correct length and hex prefixed.
+ * Type Checker: Properly detect which array and struct types are unsupported by the old ABI encoder.
* Type Checker: Properly warn when using ``_offset`` and ``_slot`` for constants in inline assembly.
* Commandline interface: throw error if option is unknown