From 4fb4846d1fd8d3ab8867ba6bc2ccd17ab5d353f7 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 6 Sep 2018 16:44:59 +0200 Subject: [PATCH] Changelog. --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 26f5178f6..8f3bfff90 100644 --- a/Changelog.md +++ b/Changelog.md @@ -117,6 +117,9 @@ Bugfixes: * Type Checker: Fix internal error when array index value is too large. * Type System: Allow arbitrary exponents for literals with a mantissa of zero. * Parser: Fix incorrect source location for nameless parameters. + * Parser: Treat unicode line endings as terminating strings and single-line comments. + * Parser: Disallow unterminated multi-line comments at the end of input. + * Parser: Treat ``/** /`` as unterminated multi-line comment. ### 0.4.24 (2018-05-16)