From 6d19e6be68951d4bb079aaee87bbe06000231353 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 7 Mar 2021 00:51:28 +0200 Subject: [PATCH] Update revision history --- doc/variant2/changelog.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/variant2/changelog.adoc b/doc/variant2/changelog.adoc index 08f9a12..a837766 100644 --- a/doc/variant2/changelog.adoc +++ b/doc/variant2/changelog.adoc @@ -1,5 +1,5 @@ //// -Copyright 2019, 2020 Peter Dimov +Copyright 2019-2021 Peter Dimov Distributed under the Boost Software License, Version 1.0. @@ -11,6 +11,10 @@ http://www.boost.org/LICENSE_1_0.txt # Revision History :idprefix: changelog_ +## Changes in 1.76.0 + +* Improved generated code for the double buffered case. + ## Changes in 1.74.0 * Added support for derived types in `visit`