diff --git a/feed/history/boost_1_74_0.qbk b/feed/history/boost_1_74_0.qbk index bee57563..34951ab4 100644 --- a/feed/history/boost_1_74_0.qbk +++ b/feed/history/boost_1_74_0.qbk @@ -69,6 +69,10 @@ Please keep the list of libraries sorted in lexicographical order. * [phrase library..[@/libs/format/ Format]:] * Correct allocator usage (fixes C++20 compilation). (Glen Fernandes) +* [phrase library..[@/libs/heap/ Heap]:] + * Correct destruction of top node in `skew_heap`. (Glen Fernandes) + * Correct and simplify allocator use. (Glen Fernandes) + * [phrase library..[@/libs/mp11/ Mp11]:] * Improved compilation performance of `mp_with_index` for large `N`. * Added `tuple_transform` (contributed by Hans Dembinski.) @@ -81,9 +85,11 @@ Please keep the list of libraries sorted in lexicographical order. * Clarified documentation on read/write key extractors (issue [github multi_index 32]). * Maintenance work. -* [phrase library..[@/libs/heap/ Heap]:] - * Correct destruction of top node in `skew_heap`. (Glen Fernandes) - * Correct and simplify allocator use. (Glen Fernandes) +* [phrase library..[@/libs/nowide/ Nowide]:] + * The library now requires a C++11-compliant compiler and stdlib + * LFS: Add support for files > 2 GB where the underlying system supports it + * Generic UTF conversion functions are now available in the `boost::nowide::utf namespace` + * Add support for `stat` with UTF-8 paths * [phrase library..[@/libs/poly_collection/ PolyCollection]:] * Fixed internal ambiguity problem between `boost::type_erasure::any` and