2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-28 07:42:16 +00:00

Merge pull request #609 from grisumbras/json-changelog

Json changelog
This commit is contained in:
Glen Fernandes
2021-03-12 12:27:48 -05:00
committed by GitHub

View File

@@ -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.