diff options
author | chriseth <chris@ethereum.org> | 2018-03-16 02:07:25 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-04-03 22:27:28 +0800 |
commit | 5bdadff0d8a9c32745dd46aa639283718613efdc (patch) | |
tree | e7661ff74a4620669381041a2f4c719d5abaa77f /Changelog.md | |
parent | c42caedec2b6dc2bfb268f538eecb1d4ee18f9d8 (diff) | |
download | dexon-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.md | 1 |
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. |