From 5db15678b37fc345847f760653adc97229013dc9 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Mon, 10 Feb 2014 21:27:03 +0200 Subject: [PATCH] release note update --- RELEASES.txt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/RELEASES.txt b/RELEASES.txt index 6156324c..7bc4278b 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -187,12 +187,17 @@ Released repo; simplify Makefiles etc accordingly (this change is not visible in the source distributable) +Planned +======= + 0.10.0 (2014-03-XX) ------------------- * Add a message argument to fatal handler function callback, simplify internal fatal error and panic handling +* Compact function templates and instances to reduce memory footprint + * C typing wrapped throughout to allow porting to more exotic platforms, e.g. platforms where "int" is a 16-bit type @@ -202,9 +207,6 @@ Released * Portability and compiler warnings fixes for a few exotic compilers -Planned -======= - 0.11.0 (2014-XX-XX) ------------------- @@ -218,3 +220,9 @@ Planned * Debugger +2.0.0 (XXXX-XX-XX) +------------------ + +* Ecmascript 6 features will be implemented in v2.x.x at the earliest + (some individual features may be cherry picked into v1.x.x) +