Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jan 25, 2025
1 parent d8353be commit e37b568
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.12
2025.01
29 changes: 28 additions & 1 deletion docs/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
New in 2025.01

Core:
* [caf97bf0] Fix MVM_setjmp on 32bit Windows
* [df1715d6] Micro-optimize P6opaque's get_attribute() (#1884)
* [7d15fcab] Remove temporary define for migrating Rakudo extops (#1671)
* [4f183bc0] Fix OS-is-windows check that doesn't work in this file
* [9a1aebb3] Use correct fallthrough annotation (#1885)
* [fa5bfd92] Port over "cache devshell dll location" from rakudo CI
* [1c2ea87e] Install gdb extension (#1848)

Documentation:
* [8102c510] beautify release_guide.md

JIT:
* [dd98cb2e] Don't try to enable the JIT unless it's possible (#1887)

Spesh:
* [52d3452e] Guard against out-of-bounds jumps in spesh arg guard program.

CI:
* [777294c4] Maybe the order jobs are started is alphabetical?
* [c1d1f60e] Fix format specifiers clang on OSX complains about
* [1f5bf409] GH Actions: Remove the deprecated macos-12 runner
* [afc8354b] Do not persist tokens in CI artifacts
* [6f3f53c4] Change comment style because gcc complains

New in 2024.12

Core:
Expand Down Expand Up @@ -387,7 +414,7 @@ Core:
+ Protect the two property code lookup hashes being set up with a mutex
[9bc1beed]
+ Add fallback resolver [43e60db9][a6fbcf6b][35064bf9][c89c3ec8][5d0f92c6]
+ Add definition of AI_NUMERICSERV, fixes build on MacOS 10.6 for ppc
+ Add definition of AI_NUMERICSERV, fixes build on MacOS 10.6 for ppc
[976c1168]
+ Add unsigned comparison ops (eq, ne, (l|g)(e|t)) [c77dc1d4]
+ Add chown op [c69534c6][a1cbb9c4]
Expand Down

0 comments on commit e37b568

Please sign in to comment.