Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdv committed Sep 26, 2024
1 parent e380dba commit 003e1ea
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.08
2024.09
22 changes: 22 additions & 0 deletions docs/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
New in 2024.09

Core:
+ When -latomic is needed, don't lose the libs entry [6ed6986b]
+ Hand-Apply fix to minilua for CVE-2014-5461 [570db261]
+ Fix NAN/INFINITY definitions to work on Windows 11 SDK [b7750ec2]
+ We don't have to account for "start" in size calculation ...

Documentation:

GC:
+ A re-imagining of the MVMROOT macros [ac82e446]

JIT:

Spesh:
+ When guarding conc or type and type is known, guard just conc/type [abab265d]

Strings:
+ latin1.c and ascii.c can return str_consts.empty for 0-length string [2a0dc7f1]
+ Split string's "any" union field into "any" and "any_ptr" [f14712b6]

New in 2024.08

Core:
Expand Down

0 comments on commit 003e1ea

Please sign in to comment.