diff --git a/feed/history/boost_1_89_0.qbk b/feed/history/boost_1_89_0.qbk index 7000616a..c1cfa5cf 100644 --- a/feed/history/boost_1_89_0.qbk +++ b/feed/history/boost_1_89_0.qbk @@ -224,6 +224,13 @@ Please keep the list of libraries sorted in lexicographical order. * Fix NAN being generated by `beta_distribution` * Improve the performance of `beta_distribution::operator()` +* [phrase library..[@/libs/system/ System]:] + * The stub compiled library has been removed; System has been header-only since release 1.69. + * This may affect `CMakeLists.txt` files containing `find_package(Boost COMPONENTS system ...)`. + The easiest fix is to just remove `system` from the list of components as it's no longer required. + If compatibility with Boost releases earlier than 1.69 is to be preserved, one can use + `find_package(Boost COMPONENTS ... OPTIONAL_COMPONENTS system)`. + * [phrase library..[@/libs/type_index/ TypeIndex]:] * [*Initial support for C++20 Modules]. See the docs for more info.