File tree 2 files changed +36
-0
lines changed
2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
14
Boost 1.86.0
2
15
3
16
* Support for GCC versions older than version 5.0 is deprecated and ** will stop
Original file line number Diff line number Diff line change 11
11
12
12
[/-----------------------------------------------------------------------------]
13
13
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
+
14
37
[heading Boost 1.86.0]
15
38
16
39
[*Deprecation]
You can’t perform that action at this time.
0 commit comments