From 3c71c0883504248115a15f93ca3f4d6df960072d Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 10 Feb 2025 12:47:52 +0100 Subject: [PATCH] Update changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index b2273765..8575d9b2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ * `strict: true` now accept symbols as values. Previously they'd only be accepted as hash keys. * The C extension Parser has been entirely reimplemented from scratch. * Introduced `JSON::Coder` as a new API allowing to customize how non native types are serialized in a non-global way. +* Introduced `JSON::Fragment` to allow assembling cached fragments in a safe way. * The Java implementation of the generator received many optimizations. ### 2024-12-18 (2.9.1)