diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-04-05 18:04:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-05 18:04:54 +0800 |
commit | 36d6c27e6826f173b491a7a536a3755609edaa29 (patch) | |
tree | 23e7cd9d859a3beb94d5d5cdaaa644f8c41ecf20 /Changelog.md | |
parent | c6da5c1650964f9dadd4b483d42585223e086b74 (diff) | |
parent | 8fdbd19a05c976908172d0f776a0f96837449683 (diff) | |
download | dexon-solidity-36d6c27e6826f173b491a7a536a3755609edaa29.tar.gz dexon-solidity-36d6c27e6826f173b491a7a536a3755609edaa29.tar.zst dexon-solidity-36d6c27e6826f173b491a7a536a3755609edaa29.zip |
Merge pull request #3745 from ethereum/fixRecursion
Fix invalid recursion errors for 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 e208437e..7e653ebf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -22,6 +22,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. |