From 8caa1a34843951b9e4e302dc85e90bc19ca4f3dd Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 15 Jan 2025 19:44:18 +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 fc14105..9080c21 100644 --- a/doc/variant2/changelog.adoc +++ b/doc/variant2/changelog.adoc @@ -1,5 +1,5 @@ //// -Copyright 2019-2022 Peter Dimov +Copyright 2019-2025 Peter Dimov Distributed under the Boost Software License, Version 1.0. https://www.boost.org/LICENSE_1_0.txt //// @@ -8,6 +8,10 @@ https://www.boost.org/LICENSE_1_0.txt # Revision History :idprefix: changelog_ +## Changes in 1.88.0 + +* Use the smallest appropriate unsigned type for the index. + ## Changes in 1.83.0 * Added `uses_double_storage()`.