aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authormestorlx <github@martindiz.com.ar>2018-10-15 23:54:48 +0800
committermestorlx <github@martindiz.com.ar>2018-10-16 01:26:15 +0800
commit9f9d6fdcc48bfbc1c039c903d60aa38a166c1850 (patch)
tree42920b862f17f4732135d4ef48557e5bd533facd /Changelog.md
parent238494752192a2c834eb8913b244671afb48d693 (diff)
downloaddexon-solidity-9f9d6fdcc48bfbc1c039c903d60aa38a166c1850.tar
dexon-solidity-9f9d6fdcc48bfbc1c039c903d60aa38a166c1850.tar.gz
dexon-solidity-9f9d6fdcc48bfbc1c039c903d60aa38a166c1850.tar.bz2
dexon-solidity-9f9d6fdcc48bfbc1c039c903d60aa38a166c1850.tar.lz
dexon-solidity-9f9d6fdcc48bfbc1c039c903d60aa38a166c1850.tar.xz
dexon-solidity-9f9d6fdcc48bfbc1c039c903d60aa38a166c1850.tar.zst
dexon-solidity-9f9d6fdcc48bfbc1c039c903d60aa38a166c1850.zip
fix issue##5007
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 01599026..5bf194e4 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -132,6 +132,7 @@ Bugfixes:
* Type Checker: Fix internal error when array index is not an unsigned.
* Type System: Allow arbitrary exponents for literals with a mantissa of zero.
* Parser: Fix incorrect source location for nameless parameters.
+ * Command Line Interface: Fix internal error when compiling stdin with no content and --ast option.
### 0.4.25 (2018-09-12)