2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-25 18:52:30 +00:00

Merge pull request #736 from joaquintides/patch-40

added unordered release notes
This commit is contained in:
Peter Dimov
2023-03-08 20:12:41 +02:00
committed by GitHub

View File

@@ -149,6 +149,17 @@ or GCC before 4.8.
* Fixed undefined behavior in `basic_cstring::rfind`
* Added CI through Github Actions
* [phrase library..[@/libs/unordered/ Unordered]:]
* [*Major update.]
* Added node-based, open-addressing containers `boost::unordered_node_map`
and `boost::unordered_node_set`.
* Extended heterogeneous lookup to more member functions as specified in
[@https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2363r5.html P2363].
* Replaced the previous post-mixing process for open-addressing containers with a new algorithm
based on extended multiplication by a constant.
* Fixed bug in internal `emplace` impl where stack-local types were not properly constructed
using the allocator of the container which breaks uses-allocator construction.
* [phrase library..[@/libs/url/ URL]:]
* Add `url::format` with automatic percent-encoding
* URL router example