diff --git a/VERSION b/VERSION index 0d4c426015..8eb7d89e78 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.03 +2024.04 diff --git a/docs/ChangeLog b/docs/ChangeLog index ac6ec6099c..1d80229bbf 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,20 @@ +New in 2024.04 + +Core: ++ Increase the size of the int-to-str cache to 65 [f2220d93] ++ Use atomic operations for on SerializationReader's working flag [d5dafa9b] ++ Fix memcmp call [47f518af] + +Documentation: + +GC: + +JIT: + +Spesh: + +Strings: + New in 2024.03 Core: