aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorMatthew Little <zone117x@gmail.com>2018-07-12 01:59:21 +0800
committerchriseth <chris@ethereum.org>2018-07-12 20:39:23 +0800
commita0d8459d95bd596f3087310a80bbaa1dcbe948de (patch)
tree660ee13ce7f8f1853d854d3f243b99c866f04168 /Changelog.md
parent4efe3544f77c28853f657254269715c51933d894 (diff)
downloaddexon-solidity-a0d8459d95bd596f3087310a80bbaa1dcbe948de.tar.gz
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.
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 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)