Skip to content

Commit

Permalink
release notes for 1.87.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grisumbras committed Nov 8, 2024
1 parent facd410 commit 7f0bceb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Boost 1.87.0

* Conversion into structs ignores unknown keys.
* Exception wrapping behaviour for `value_to` is simplified.
* Deprecated initilaizer list behavior was removed.
* Deprecated type aliases were removed.
* Direct serialization.
* Add GDB pretty printers for Boost.JSON types.
* Use correct 64bit full multiplication for MinGW on ARM64.
* Fix parse_into handling of tuple of the wrong size.
* Check for input size larger than allowed size of sequence.
* Fix `value_ref` segfaulting on GCC 14.

Boost 1.86.0

* Support for GCC versions older than version 5.0 is deprecated and **will stop
Expand Down
23 changes: 23 additions & 0 deletions doc/qbk/release_notes.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,29 @@

[/-----------------------------------------------------------------------------]

[heading Boost 1.87.0]

[*API Changes]

* [issue 991] Conversion into structs ignores unknown keys.
* [issue 1041] Exception wrapping behaviour for `value_to` is simplified.
* [issue 1040] Deprecated initilaizer list behavior was removed.
* [issue 1040] Deprecated type aliases were removed.


[*New Features]

* [issue 956] [link json.conversion.direct_conversion Direct serialization].
* [issue 644] Add GDB pretty printers for Boost.JSON types.


[*Fixes]

* [issue 1057] Use correct 64bit full multiplication for MinGW on ARM64.
* [issue 1048] Fix parse_into handling of tuple of the wrong size.
* [issue 1047] Check for input size larger than allowed size of sequence.
* [issue 1034] Fix `value_ref` segfaulting on GCC 14.

[heading Boost 1.86.0]

[*Deprecation]
Expand Down

0 comments on commit 7f0bceb

Please sign in to comment.