From bcfa18a5b89159b8542b54997e1c8e9f18f28a6f Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Mon, 4 Aug 2025 10:12:51 -0400 Subject: [PATCH] Add multiprecision release notes --- feed/history/boost_1_89_0.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/feed/history/boost_1_89_0.qbk b/feed/history/boost_1_89_0.qbk index 07bb8101..e41bd195 100644 --- a/feed/history/boost_1_89_0.qbk +++ b/feed/history/boost_1_89_0.qbk @@ -92,6 +92,11 @@ Please keep the list of libraries sorted in lexicographical order. * Fix inverse ibeta for large values of a and b * Fix variadic functions to make them safe with C++26 +* [phrase library..[@/libs/multiprecision/ Multiprecision]:] + * [*Major update.] + * Adds a new backend type: `cpp_double_fp_backend` + * Fixes a namespace collision with Boost.Serialization + * [phrase library..[@/libs/mysql/ MySQL]:] * The `caching_sha2_password` authentication plugin can now be used without TLS. This is the default in MySQL 8 and above. Plaintext connections that attempt to