From ab4fe370d990e945e9659eada2c8a683c3a81034 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 7 Mar 2021 00:53:22 +0200 Subject: [PATCH] Add release notes for Variant2 --- feed/history/boost_1_76_0.qbk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/feed/history/boost_1_76_0.qbk b/feed/history/boost_1_76_0.qbk index ed66c128..74fe4672 100644 --- a/feed/history/boost_1_76_0.qbk +++ b/feed/history/boost_1_76_0.qbk @@ -52,6 +52,9 @@ Please keep the list of libraries sorted in lexicographical order. Initial implementation inspired by submission from Mikhail Komarov. * Add CI testing for Cygwin 32 and 64. +* [phrase library..[@/libs/variant2/ Variant2]:] + * Improved generated code for the double buffered case. + [/ Example: * [phrase library..[@/libs/interprocess/ Interprocess]:] * Added anonymous shared memory for UNIX systems.