diff --git a/feed/history/boost_1_76_0.qbk b/feed/history/boost_1_76_0.qbk index 837aac06..c7b5a2ea 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 @@ -84,10 +84,15 @@ Please keep the list of libraries sorted in lexicographical order. * BREAKING CHANGE [@https://github.com/ned14/outcome/issues/244 #244] It came as a shock to learn that `BOOST_OUTCOME_TRY` had been broken since the inception of this library for certain corner case code, which required a breaking change in how TRY works. See [@https://boostorg.github.io/outcome/changelog.html the changelog in the documentation for more detail]. +* [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]). - + * [phrase library..[@/libs/predef/ Predef]:] * Version 1.13 * Add `ARCH_PPC_64` predef.