From 2ad6fed07a4154934c4b133a711ab68c02a57b1e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 10 May 2020 19:34:12 +0300 Subject: [PATCH] Update revision history --- doc/variant2/changelog.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/variant2/changelog.adoc b/doc/variant2/changelog.adoc index dd09dc5..1e8eced 100644 --- a/doc/variant2/changelog.adoc +++ b/doc/variant2/changelog.adoc @@ -11,6 +11,10 @@ http://www.boost.org/LICENSE_1_0.txt # Revision History :idprefix: changelog_ +## Changes in 1.74.0 + +* Improve compilation performance for many (hundreds of) alternatives. + ## Changes in 1.73.0 * Added support for `std::hash`, `boost::hash`.