From 02a7423196c57bd1db14b4beffbedbc869462418 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Fri, 15 Aug 2025 10:33:45 -0700 Subject: [PATCH] Stub release notes for 1.90 --- feed/history/boost_1_90_0.qbk | 63 +++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 feed/history/boost_1_90_0.qbk diff --git a/feed/history/boost_1_90_0.qbk b/feed/history/boost_1_90_0.qbk new file mode 100644 index 00000000..8cba703c --- /dev/null +++ b/feed/history/boost_1_90_0.qbk @@ -0,0 +1,63 @@ +[article Version 1.90.x + [quickbook 1.6] + [source-mode c++] + [purpose + New Libraries: + Updated Libraries: + [/ Please don't add updated libraries yet, it + can create unnecessary merge conflicts.] + ] + [authors [Dawes, Beman]] + [/ last-revision is used for the final release date] + [last-revision ] +] + +[import ext.qbk] + +[/ +Formatting reference: https://www.boost.org/doc/tools/quickbook/ +Please keep the list of libraries sorted in lexicographical order. +] + +[section New Libraries] + +[/ Example: +* [phrase library..[@/libs/accumulators/ Accumulators]:] Framework for + incremental calculation, and collection of statistical accumulators, from Eric Niebler. +] + +* /TODO/ + +[endsect] + +[section Updated Libraries] + +[/ Example: +* [phrase library..[@/libs/interprocess/ Interprocess]:] + * Added anonymous shared memory for UNIX systems. + * Move semantics for shared objects ([ticket 1932]). + * Conform to `std::pointer_traits` requirements ([github_pr interprocess 32]) + * Fixed `named_condition_any` fails to notify ([github interprocess 62]) +] + +* /TODO/ + +[endsect] + +[section Compilers Tested] + +Boost's primary test compilers are: + +* /TODO/ + +Boost's additional test compilers include: + +* /TODO/ + +[endsect] + +[section Acknowledgements] + +/TODO/ + +[endsect]