From 70efd4b032b7f3e718bb4ca4ae144c3171b21568 Mon Sep 17 00:00:00 2001 From: Dmitry Arkhipov Date: Mon, 16 Mar 2026 17:21:00 +0300 Subject: [PATCH] release notes for 1.91.0 --- CHANGELOG.adoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 99d0ae187..48c6e1de0 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -5,6 +5,22 @@ include::doc/pages/definitions.adoc[] +== Boost 1.91.0 + +.Improvements +* {issue}1146[#1146] Changed <> construction from + `std::initializer_list` to use <>. This allows constructing + `value` from user-defined types. +* {issue}1140[#1140] Changed <> to construct tuples using curly + braces. This adds support for more tuple-like types. + +.Fixes +* {issue}1143[#1143] Changed <> to always pass references to + persistent objects. This is particularly important when the visitor is a + coroutine. +* {issue}1129[#1129] Fixed direct parsing of unexpected arrays in nested + described structs. + == Boost 1.90.0 .API Changes