From 8b18c6dad1eafe4d78828dab9650c5f111594991 Mon Sep 17 00:00:00 2001 From: Dmitry Arkhipov Date: Wed, 10 Mar 2021 14:37:00 +0300 Subject: [PATCH 1/2] Remove trailing whitespace --- feed/history/boost_1_76_0.qbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feed/history/boost_1_76_0.qbk b/feed/history/boost_1_76_0.qbk index b86751a5..97cfacc4 100644 --- a/feed/history/boost_1_76_0.qbk +++ b/feed/history/boost_1_76_0.qbk @@ -35,7 +35,7 @@ Please keep the list of libraries sorted in lexicographical order. * [phrase library..[@/libs/bind/ Bind]:] * Add support for using the standard C++11 placeholders with `boost::bind`. * Update `boost::apply` to use variadic templates and perfect forwarding. - + * [phrase library..[@/libs/beast/ Beast]:] * This update brings minor bug fixes and revamped CI reporting. * We'd love to know how you or your company use Beast, consider adding an @@ -49,7 +49,7 @@ Please keep the list of libraries sorted in lexicographical order. * [phrase library..[@/libs/poly_collection/ PolyCollection]:] * Worked around [@https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95888 GCC bug] affecting GCC versions 9.3-10.2 (issue [github poly_collection 20]). - + * [phrase library..[@/libs/predef/ Predef]:] * Version 1.13 * Add `ARCH_PPC_64` predef. From 080d043a9cf085a2e11954b5ece9cfde1a20b0d6 Mon Sep 17 00:00:00 2001 From: Dmitry Arkhipov Date: Thu, 11 Mar 2021 22:22:26 +0300 Subject: [PATCH 2/2] Boost.JSON 1.76 update --- feed/history/boost_1_76_0.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/feed/history/boost_1_76_0.qbk b/feed/history/boost_1_76_0.qbk index 97cfacc4..e58ccb7e 100644 --- a/feed/history/boost_1_76_0.qbk +++ b/feed/history/boost_1_76_0.qbk @@ -46,6 +46,11 @@ Please keep the list of libraries sorted in lexicographical order. [@/libs/beast/doc/html/beast/release_notes.html Release Notes] for a complete list of changes. +* [phrase library..[@/libs/json/ Json]:] + * Several bug fixes. + * See the full [@/libs/json/doc/html/json/release_notes.html Release Notes] + for a complete list of changes. + * [phrase library..[@/libs/poly_collection/ PolyCollection]:] * Worked around [@https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95888 GCC bug] affecting GCC versions 9.3-10.2 (issue [github poly_collection 20]).