diff --git a/feed/history/boost_1_86_0.qbk b/feed/history/boost_1_86_0.qbk index 3dd54d9f..8343e60d 100644 --- a/feed/history/boost_1_86_0.qbk +++ b/feed/history/boost_1_86_0.qbk @@ -263,6 +263,10 @@ Please keep the list of libraries sorted in lexicographical order. cause crashes in release builds when using Boost.MySQL with other code also using `asio::coroutine` in different translation units. +* [phrase library..[@/libs/odeint/ Odeint]:] + * Added CMake Option `BOOST_NUMERIC_ODEINT_NO_ADAPTORS` to reduce dependencies, see [@https://github.com/boostorg/odeint/issues/82 82] + * Fixed CMake detection of MPI. + * [phrase library..[@/libs/process/ Process]:] * Moved the old boost.process to v1 subfolder and inline namespace. deprecated process/*.hpp v1 headers * Turned v2 into a compile library.