File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,17 @@ Revision history for Perl extension Cpanel::JSON::XS
22
33TODO: 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+
5164.38 2024-05-27 (rurban)
617 - Encode real core booleans as boolean notation (PR #224 leonerd)
718 - Minor test fixes by leonerd
Original file line number Diff line number Diff line change 11package Cpanel::JSON::XS ;
2- our $VERSION = ' 4.38 ' ;
2+ our $VERSION = ' 4.39 ' ;
33our $XS_VERSION = $VERSION ;
44# $VERSION = eval $VERSION;
55
You can’t perform that action at this time.
0 commit comments