aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2016-10-25 02:12:31 +0800
committerYoichi Hirai <i@yoichihirai.com>2016-10-25 22:49:10 +0800
commit3ca5900b8c0b69d640ef46388b0d2250275356fc (patch)
tree33d044a39ec84cd20c505b62c0d440ad78ee6617 /Changelog.md
parent578b02bb37bf7cc2fa8cdcb745eaeef5591ea27e (diff)
downloaddexon-solidity-3ca5900b8c0b69d640ef46388b0d2250275356fc.tar.gz
dexon-solidity-3ca5900b8c0b69d640ef46388b0d2250275356fc.tar.zst
dexon-solidity-3ca5900b8c0b69d640ef46388b0d2250275356fc.zip
ast: ban signed EXP, fixing #1246
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 a24ac211..8fa54c81 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,7 @@
Features:
Bugfixes:
+ * Type checker: forbid signed exponential that led to an incorrect use of EXP opcode.
### 0.4.3 (2016-10-25)