From c4dca9f17b54d4c9b6610a35cc09e4a41795485b Mon Sep 17 00:00:00 2001 From: Alan de Freitas Date: Tue, 4 Nov 2025 19:29:55 -0500 Subject: [PATCH] Update release notes for Boost 1.90.0 --- release-notes/boost_1_90_0.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/release-notes/boost_1_90_0.adoc b/release-notes/boost_1_90_0.adoc index 248c422..880b831 100644 --- a/release-notes/boost_1_90_0.adoc +++ b/release-notes/boost_1_90_0.adoc @@ -241,6 +241,15 @@ particularly for mixed successful/unsuccessful queries. ** Fixed ill-formedness with GCC 14 (boost_gh:pr[stl_interfaces,80]). ** Fixed ill-formedness when using move-only callables with closures. +* boost_phrase:library[URL,/libs/url/]: +** `segments_view` and `segments_encoded_view` gained constant-time iterator-based subview constructors. +** Added zone-id setters (e.g. for IPv6 link-local addresses). +** Host setters now accept/propagate zone-id. +** Fixed: `resolve` now replicates the reference fragment in all cases (boost_gh:issue[url,920]). +** Fixed: `encoded_host_address` assertions account for zone-id. +** Refactor: replaced `BOOST_STATIC_ASSERT` with `BOOST_CORE_STATIC_ASSERT` (boost_gh:issue[url,934]). +** Refactor: preserved absolute semantics for segment subviews (boost_gh:issue[url,939]). + * boost_phrase:library[Uuid,/libs/uuid/]: ** `string_generator` is now `constexpr` on {cpp}14 and higher. ** Added header `boost/uuid/constants.hpp`.