diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-07-12 21:10:01 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-07-13 02:14:30 +0800 |
commit | f6f8fe64503626daedef70c403368575c72d5f6a (patch) | |
tree | 663af1bcd4b0ea473ace14a55f9ef80bc4a085b0 | |
parent | d71a023c0b7bdfa5af3598a919079cc5529106bb (diff) | |
download | dexon-solidity-f6f8fe64503626daedef70c403368575c72d5f6a.tar dexon-solidity-f6f8fe64503626daedef70c403368575c72d5f6a.tar.gz dexon-solidity-f6f8fe64503626daedef70c403368575c72d5f6a.tar.bz2 dexon-solidity-f6f8fe64503626daedef70c403368575c72d5f6a.tar.lz dexon-solidity-f6f8fe64503626daedef70c403368575c72d5f6a.tar.xz dexon-solidity-f6f8fe64503626daedef70c403368575c72d5f6a.tar.zst dexon-solidity-f6f8fe64503626daedef70c403368575c72d5f6a.zip |
Add Changelog entry.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 094cdc0d..596c83a9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -64,6 +64,7 @@ Bugfixes: * Tests: Fix chain parameters to make ipc tests work with newer versions of cpp-ethereum. * Code Generator: Fix allocation of byte arrays (zeroed out too much memory). * Fix NatSpec json output for `@notice` and `@dev` tags on contract definitions. + * Type Checker: Consider fixed size arrays when checking for recursive structs. * Type System: Allow arbitrary exponents for literals with a mantissa of zero. ### 0.4.24 (2018-05-16) |