From 469c02ad14882c29533fe2955f490b0ca24f4c23 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Sat, 18 Jun 2011 15:35:26 -0700 Subject: [PATCH] Edited releasenotes.txt via GitHub --- releasenotes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/releasenotes.txt b/releasenotes.txt index 638e482..057cdf4 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,11 @@ +Changes since 3.0.0 +* Numeric operations performance increased approximately 10x +* Looping operations performance increased up to 2x +* Engine start up time decreased +* Several parsing bugs related to index operators fixed +* Added full support for all C algebraic types: double, long double, float, int, long, char, + uint8_t, uint16_t, uint32_t, uint64_t, int8_t, int16_t, int32_t, int64_t + Changes since 2.3.3 * Code simplifications