From ea9fd976e1b5a5f52c7523f644793ba885eb40e8 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Mon, 24 Apr 2017 18:06:31 +0300 Subject: [PATCH] Add placeholder 2.2 release notes file --- doc/release-notes-v2-2.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/release-notes-v2-2.rst diff --git a/doc/release-notes-v2-2.rst b/doc/release-notes-v2-2.rst new file mode 100644 index 00000000..78a483d6 --- /dev/null +++ b/doc/release-notes-v2-2.rst @@ -0,0 +1,21 @@ +========================= +Duktape 2.2 release notes +========================= + +Release overview +================ + +Main changes in this release (see RELEASES.rst for full details): + +* TBD. + +Upgrading from Duktape 2.0 +========================== + +No action (other than recompiling) should be needed for most users to upgrade +from Duktape v2.1.x. Note the following: + +* Call stack (including both activation records and catcher records) is no + longer a resized monolithic allocation which improves memory behavior for + very low memory targets. If you're using a pool allocator, you may need to + measure and adjust pool sizes/counts.