2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-25 18:52:30 +00:00

JSON changelog

This commit is contained in:
Dmitry Arkhipov
2022-07-26 13:01:47 +03:00
parent 0e910f3e9d
commit 9d98f62dae

View File

@@ -125,6 +125,16 @@ Please keep the list of libraries sorted in lexicographical order.
* For C++11 and later, added support for perfect forwarding of values written to `function_output_iterator`. ([github_pr iterator 73])
* Added protection against writing to `function_output_iterator` a result of dereferencing another `function_output_iterator`.
* [phrase library..[@/libs/json/ JSON]:]
* Added non-const `value::at` overloads.
* Added the ability to manually choose endianness of the platform.
* Added `string::subview()` overload.
* Fixed segfault in `array::erase(it)`.
* Fixed low performance of `serialize` on libc++.
* Fixed ambigious conversion to `std::string_view` on GCC 8.
* Fixed parsing on big-endian platforms.
* Fixed handling of comment after trailing comma.
* [phrase library..[@/libs/leaf/ LEAF]:]
* API breaking change: throw leaf::exception(....) now becomes leaf::throw_exception(....)
* Fixed a bug in support for a rare build configuration (exception handling enabled, diagnostics disabled)