aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-08-25 17:41:48 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-08-29 03:07:43 +0800
commit0e11e5af10de880340a005f63f778909c8664c90 (patch)
tree2889d5cc2dc8be170c862345c0476e0b849923ab /Changelog.md
parent3d228e98f1fe9dfdbebab2537eb1d8bcc1340d0b (diff)
downloaddexon-solidity-0e11e5af10de880340a005f63f778909c8664c90.tar
dexon-solidity-0e11e5af10de880340a005f63f778909c8664c90.tar.gz
dexon-solidity-0e11e5af10de880340a005f63f778909c8664c90.tar.bz2
dexon-solidity-0e11e5af10de880340a005f63f778909c8664c90.tar.lz
dexon-solidity-0e11e5af10de880340a005f63f778909c8664c90.tar.xz
dexon-solidity-0e11e5af10de880340a005f63f778909c8664c90.tar.zst
dexon-solidity-0e11e5af10de880340a005f63f778909c8664c90.zip
Include all overloaded events in ABI
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 49855369..4af4419d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,9 +5,9 @@ Features:
* Type Checker: Warn on using literals as tight packing parameters in ``keccak256``, ``sha3``, ``sha256`` and ``ripemd160``.
Bugfixes:
+ * ABI JSON: Include all overloaded events.
* Parser: Crash fix related to parseTypeName.
-
### 0.4.16 (2017-08-24)
Features: