diff options
author | Matthew Little <zone117x@gmail.com> | 2018-07-12 01:59:21 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-07-12 20:39:23 +0800 |
commit | a0d8459d95bd596f3087310a80bbaa1dcbe948de (patch) | |
tree | 660ee13ce7f8f1853d854d3f243b99c866f04168 | |
parent | 4efe3544f77c28853f657254269715c51933d894 (diff) | |
download | dexon-solidity-a0d8459d95bd596f3087310a80bbaa1dcbe948de.tar dexon-solidity-a0d8459d95bd596f3087310a80bbaa1dcbe948de.tar.gz dexon-solidity-a0d8459d95bd596f3087310a80bbaa1dcbe948de.tar.bz2 dexon-solidity-a0d8459d95bd596f3087310a80bbaa1dcbe948de.tar.lz dexon-solidity-a0d8459d95bd596f3087310a80bbaa1dcbe948de.tar.xz dexon-solidity-a0d8459d95bd596f3087310a80bbaa1dcbe948de.tar.zst dexon-solidity-a0d8459d95bd596f3087310a80bbaa1dcbe948de.zip |
Add changelog bugfix
For fixing NatSpec json output for "@notice" and "@dev" tags on contract definitions.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index b621f624..334dfeb2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -61,6 +61,7 @@ Compiler Features: 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 System: Allow arbitrary exponents for literals with a mantissa of zero. ### 0.4.24 (2018-05-16) |