Skip to content

Commit 69726c8

Browse files
committed
Release 4.39
1 parent 6631d65 commit 69726c8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Changes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ Revision history for Perl extension Cpanel::JSON::XS
22

33
TODO: http://stevehanov.ca/blog/index.php?id=104 compression
44

5+
4.39 2024-12-12 (rurban)
6+
- Fix Windows -Dusequadmath (sisyphus GH #235, GH #229)
7+
- Fix inconsistent behavior between decoding escaped and unescaped
8+
surrogates, and escaped non-characters vs non-escaped non-characters.
9+
Now aligned to JSON::PP (Gavin Hayes GH #233, GH #227)
10+
- Add type_all_string tests (Bernhard Schmalhofer GH #236)
11+
- Silence UV to char cast warnings (bulk88 GH #232)
12+
- Fix MSVC preprocessor errors (bulk88 GH #232)
13+
- Fix -Wformat warnings on Windows (sisyphus GH #228)
14+
- Clarify BigInt decoding (GH #226)
15+
516
4.38 2024-05-27 (rurban)
617
- Encode real core booleans as boolean notation (PR #224 leonerd)
718
- Minor test fixes by leonerd

XS.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package Cpanel::JSON::XS;
2-
our $VERSION = '4.38';
2+
our $VERSION = '4.39';
33
our $XS_VERSION = $VERSION;
44
# $VERSION = eval $VERSION;
55

0 commit comments

Comments
 (0)