From ce9d38f8cbb83918e335b2889348cfb860afa39f Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 22 Dec 2024 13:24:31 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2b4a8afa7..485f1b7c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## V 0.4.9 +*28 Sep 2024* + #### Improvements in the language - `-skip-unused` is now on by default resulting in much smaller cgen and binaries. 70% reduction for hello world. - `-parallel-cc` for speeding up `-prod` and `-cc clang/gcc` compilation by up to 14 times! @@ -170,10 +172,6 @@ - Fix mark as used var on insert statement (fix #23032) (#23038) - Fix update stmt with enum value (fix #23031) (#23037) -#### Database drivers - -#### Native backend - #### C backend - Fix codegen for fixed array contains - `[1,2]! in a` (fix #22559) (#22579) - Improve fixed array literal in operation and index calls (#22590) @@ -271,8 +269,6 @@ - Fix struct field init with optional fixed array (fix #23193, fix #23195) (#23199) - Reduce RAM usage, by avoiding a .str() call, for the final string builder, containing the final C program, used to write it to a file (#23226) -#### JavaScript backend - #### vfmt - Add support for comments inside `sql db { ... }` blocks (fix #22601) (#22602) - Fix formatting fixed array size of struct member (#22815)