diff --git a/feed/history/boost_1_86_0.qbk b/feed/history/boost_1_86_0.qbk index c9a398db..ff396bd7 100644 --- a/feed/history/boost_1_86_0.qbk +++ b/feed/history/boost_1_86_0.qbk @@ -180,6 +180,11 @@ Please keep the list of libraries sorted in lexicographical order. * Fixed conversion of `std::basic_string_view` and `boost::basic_string_view` containing one or more `\0` characters. Issue was introduced in 1.85.0. +* [phrase library..[@/libs/leaf/ leaf]:] + * More optimal verbose_diagnostic_info implementation. + * Bug fixes. + * Added [[nodiscard]] to class result<>. + * [phrase library..[@/libs/locale/ Locale]:] * Add support for custom allocators in `conv::utf_to_utf` * Don't build examples by default