Skip to content

Commit 7f0bceb

Browse files
committed
release notes for 1.87.0
1 parent facd410 commit 7f0bceb

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Boost 1.87.0
2+
3+
* Conversion into structs ignores unknown keys.
4+
* Exception wrapping behaviour for `value_to` is simplified.
5+
* Deprecated initilaizer list behavior was removed.
6+
* Deprecated type aliases were removed.
7+
* Direct serialization.
8+
* Add GDB pretty printers for Boost.JSON types.
9+
* Use correct 64bit full multiplication for MinGW on ARM64.
10+
* Fix parse_into handling of tuple of the wrong size.
11+
* Check for input size larger than allowed size of sequence.
12+
* Fix `value_ref` segfaulting on GCC 14.
13+
114
Boost 1.86.0
215

316
* Support for GCC versions older than version 5.0 is deprecated and **will stop

doc/qbk/release_notes.qbk

+23
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,29 @@
1111

1212
[/-----------------------------------------------------------------------------]
1313

14+
[heading Boost 1.87.0]
15+
16+
[*API Changes]
17+
18+
* [issue 991] Conversion into structs ignores unknown keys.
19+
* [issue 1041] Exception wrapping behaviour for `value_to` is simplified.
20+
* [issue 1040] Deprecated initilaizer list behavior was removed.
21+
* [issue 1040] Deprecated type aliases were removed.
22+
23+
24+
[*New Features]
25+
26+
* [issue 956] [link json.conversion.direct_conversion Direct serialization].
27+
* [issue 644] Add GDB pretty printers for Boost.JSON types.
28+
29+
30+
[*Fixes]
31+
32+
* [issue 1057] Use correct 64bit full multiplication for MinGW on ARM64.
33+
* [issue 1048] Fix parse_into handling of tuple of the wrong size.
34+
* [issue 1047] Check for input size larger than allowed size of sequence.
35+
* [issue 1034] Fix `value_ref` segfaulting on GCC 14.
36+
1437
[heading Boost 1.86.0]
1538

1639
[*Deprecation]

0 commit comments

Comments
 (0)