1 parent 39d056f commit a8c792fCopy full SHA for a8c792f
2 files changed
VERSION
@@ -1 +1 @@
1
-2025.11
+2025.12
docs/ChangeLog
@@ -1,3 +1,22 @@
+New in 2025.12
2
+Unicode:
3
++ Update to Unicode 17, including:
4
+ + Fix synthetic codepoint breaks
5
+ + Speed up concats using CRLF
6
+ + Fix grapheme boundary searching
7
+ + Update unicode import scripts to work with new Unicode 17 rules
8
+ + Add more enumeration properties to ucd2c.pl
9
+ + Support new CJK Ideograph Extension
10
+ + Support all versions of emoji dirs
11
+NativeCall:
12
+ + Add vararg support (not supported in JIT yet)
13
+ + Don't read from outdated pointers
14
+Core:
15
+ + Add PTY support
16
+ + Switch to temp fork of libuv
17
+ + Update azure pipeline OS versions
18
+
19
20
New in 2025.11
21
Core:
22
+ Bump rapidhash to v3
0 commit comments