aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-16 02:07:25 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-04-03 22:27:28 +0800
commit5bdadff0d8a9c32745dd46aa639283718613efdc (patch)
treee7661ff74a4620669381041a2f4c719d5abaa77f /Changelog.md
parentc42caedec2b6dc2bfb268f538eecb1d4ee18f9d8 (diff)
downloaddexon-solidity-5bdadff0d8a9c32745dd46aa639283718613efdc.tar
dexon-solidity-5bdadff0d8a9c32745dd46aa639283718613efdc.tar.gz
dexon-solidity-5bdadff0d8a9c32745dd46aa639283718613efdc.tar.bz2
dexon-solidity-5bdadff0d8a9c32745dd46aa639283718613efdc.tar.lz
dexon-solidity-5bdadff0d8a9c32745dd46aa639283718613efdc.tar.xz
dexon-solidity-5bdadff0d8a9c32745dd46aa639283718613efdc.tar.zst
dexon-solidity-5bdadff0d8a9c32745dd46aa639283718613efdc.zip
Fix detection of recursive structs.
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 70e98751..63c99144 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -16,6 +16,7 @@ Bugfixes:
* Commandline interface: Support ``--evm-version constantinople`` properly.
* DocString Parser: Fix error message for empty descriptions.
* Standard JSON: Support ``constantinople`` as ``evmVersion`` properly.
+ * Type Checker: Fix detection of recursive structs.
* Type System: Improve error message when attempting to shift by a fractional amount.
* Type System: Make external library functions accessible.
* Type System: Prevent encoding of weird types.