aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-05-04 12:21:28 +0800
committerchriseth <chris@ethereum.org>2018-05-04 18:47:01 +0800
commitffe7f224a6c9598284f100f842e3cfba58974d56 (patch)
tree443d70a5ad7dd48afd9d52bc3917869ed0352ed7 /Changelog.md
parent5738f93704a2d5de863d5f160adf8a27bf965361 (diff)
downloaddexon-solidity-ffe7f224a6c9598284f100f842e3cfba58974d56.tar.gz
dexon-solidity-ffe7f224a6c9598284f100f842e3cfba58974d56.tar.zst
dexon-solidity-ffe7f224a6c9598284f100f842e3cfba58974d56.zip
Show proper error when trying to emit a non-event
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 817365b9..7c4ac925 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -8,6 +8,7 @@ Features:
* Type Checker: Make literals (without explicit type casting) an error for tight packing as experimental 0.5.0 feature.
Bugfixes:
+ * Type Checker: Show proper error when trying to ``emit`` a non-event.
* Type Checker: Warn about empty tuple components (this will turn into an error with version 0.5.0).