Skip to content

Commit 8b56d47

Browse files
committed
Release 2.10.0
1 parent 3232907 commit 8b56d47

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changes
22

3+
### 2025-02-10 (2.10.0)
4+
35
* `strict: true` now accept symbols as values. Previously they'd only be accepted as hash keys.
46
* The C extension Parser has been entirely reimplemented from scratch.
57
* Introduced `JSON::Coder` as a new API allowing to customize how non native types are serialized in a non-global way.
8+
* The Java implementation of the generator received many optimizations.
69

710
### 2024-12-18 (2.9.1)
811

lib/json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JSON
4-
VERSION = '2.9.1'
4+
VERSION = '2.10.0'
55
end

0 commit comments

Comments
 (0)