Skip to content

Commit c4dca9f

Browse files
Update release notes for Boost 1.90.0
1 parent eb9c4eb commit c4dca9f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

release-notes/boost_1_90_0.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,15 @@ particularly for mixed successful/unsuccessful queries.
241241
** Fixed ill-formedness with GCC 14 (boost_gh:pr[stl_interfaces,80]).
242242
** Fixed ill-formedness when using move-only callables with closures.
243243

244+
* boost_phrase:library[URL,/libs/url/]:
245+
** `segments_view` and `segments_encoded_view` gained constant-time iterator-based subview constructors.
246+
** Added zone-id setters (e.g. for IPv6 link-local addresses).
247+
** Host setters now accept/propagate zone-id.
248+
** Fixed: `resolve` now replicates the reference fragment in all cases (boost_gh:issue[url,920]).
249+
** Fixed: `encoded_host_address` assertions account for zone-id.
250+
** Refactor: replaced `BOOST_STATIC_ASSERT` with `BOOST_CORE_STATIC_ASSERT` (boost_gh:issue[url,934]).
251+
** Refactor: preserved absolute semantics for segment subviews (boost_gh:issue[url,939]).
252+
244253
* boost_phrase:library[Uuid,/libs/uuid/]:
245254
** `string_generator` is now `constexpr` on {cpp}14 and higher.
246255
** Added header `boost/uuid/constants.hpp`.

0 commit comments

Comments
 (0)