File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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`.
You can’t perform that action at this time.
0 commit comments