From d94509f7bc3d1fc89c15351e8433190d6f517074 Mon Sep 17 00:00:00 2001 From: Dmitry Arkhipov Date: Tue, 4 Nov 2025 19:43:14 +0300 Subject: [PATCH] Json release notes for 1.90.0 (#532) --- release-notes/boost_1_90_0.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release-notes/boost_1_90_0.adoc b/release-notes/boost_1_90_0.adoc index 2f12c9a..7c907b8 100644 --- a/release-notes/boost_1_90_0.adoc +++ b/release-notes/boost_1_90_0.adoc @@ -85,6 +85,10 @@ particularly for mixed successful/unsuccessful queries. * boost_phrase:library[Flyweight,/libs/flyweight/]: ** Fixed compile errors in Clang 19 and later due to https://wg21.link/p0522r0[P0522R0] support. +* boost_phrase:library[JSON,/libs/json/]: +** Removed dependencies on Boost.Align and Boost.StaticAssert. +** Switched to a faster hashing algorithm. + * boost_phrase:library[Log,/libs/log/]: ** Fixed a missed optimization in `value_ref` visitation.