diff --git a/feed/history/boost_1_87_0.qbk b/feed/history/boost_1_87_0.qbk index 690dacd1..4a9a271c 100644 --- a/feed/history/boost_1_87_0.qbk +++ b/feed/history/boost_1_87_0.qbk @@ -94,6 +94,27 @@ Please keep the list of libraries sorted in lexicographical order. * Marked as `noexcept` those `boost::flyweight` operations previously documented as not throwing (issue [github flyweight 15]). +* [phrase library..[@/libs/geometry/ Geometry]:] + * Improvements + * Use using instead of typedef in part of the code + * Modernize meta function with alias in part of the code + * Add support for modular build structure + * Complete CMake coverage (added github actions cmake tests) + * Improve documentation workflow + * Update Qt end WxWidgets examples + * Add enumerate to prepare for 17 and 23 + *Breaking changes + * Remove deprecated rescaling code + *Solved issues + * [github geometry 1309] Fix some missing qbk includes + * [github geometry 1226] [github geometry 1326] Fix extra round on ring + * [github geometry 1293] [github geometry 1294] [github geometry 1295] Fix traversal through non clustered rings + * [github geometry 893] [github geometry 1299] Fix blocking rings for non union conditions + * [github geometry 1342] Fix discarding a start turn for combination with touch + * [github geometry 1288] [github geometry 1345] Fixes in handling (imperfect) touch + * [github geometry 1279] Fix covered_by incorrect results + * Various fixes of errors and warnings + * [phrase library..[@/libs/iterator/ Iterator]:] * `function_output_iterator` is now compliant with `std::output_iterator` concept. ([github iterator 85])