From 2045b3209fec3cb8b393cb516e325d8b8e505cbb Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Sun, 5 Apr 2015 01:38:43 +0300 Subject: [PATCH] Releases: SyntaxError file/line --- RELEASES.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/RELEASES.rst b/RELEASES.rst index 5e073184..31f95cbd 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -864,6 +864,11 @@ Planned * Make RegExp compiler/executor C stack limit higher on mainstream platforms (GH-157) +* Add support for TI-Nspire (using Ndless, see GH-113) + +* Add source code fileName/lineNumber to errors thrown during compilation + (GH-140) + * Fix Unicode handling of CJK ideographs and Hangul which were incorrectly not accepted in identifier names (GH-103) @@ -911,8 +916,6 @@ Planned * Fix a few compiler warnings (GH-141) -* Add support for TI-Nspire (using Ndless, see GH-113) - 2.0.0 (XXXX-XX-XX) ------------------