Skip to content

Commit 70efd4b

Browse files
committed
release notes for 1.91.0
1 parent 12f640e commit 70efd4b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55

66
include::doc/pages/definitions.adoc[]
77

8+
== Boost 1.91.0
9+
10+
.Improvements
11+
* {issue}1146[#1146] Changed <<ref_value>> construction from
12+
`std::initializer_list` to use <<ref_value_from>>. This allows constructing
13+
`value` from user-defined types.
14+
* {issue}1140[#1140] Changed <<ref_value_to>> to construct tuples using curly
15+
braces. This adds support for more tuple-like types.
16+
17+
.Fixes
18+
* {issue}1143[#1143] Changed <<ref_visit>> to always pass references to
19+
persistent objects. This is particularly important when the visitor is a
20+
coroutine.
21+
* {issue}1129[#1129] Fixed direct parsing of unexpected arrays in nested
22+
described structs.
23+
824
== Boost 1.90.0
925

1026
.API Changes

0 commit comments

Comments
 (0)