From 9f9d6fdcc48bfbc1c039c903d60aa38a166c1850 Mon Sep 17 00:00:00 2001 From: mestorlx Date: Mon, 15 Oct 2018 12:54:48 -0300 Subject: fix issue##5007 --- Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog.md') 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) -- cgit