From 099ebd6586b115646ef7b98e0e23de6a9792e01e Mon Sep 17 00:00:00 2001 From: JacksonAllan Date: Tue, 18 Jun 2024 01:05:07 +0300 Subject: [PATCH] Updated release notes --- verstable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verstable.h b/verstable.h index 7dab500..edfc3ac 100644 --- a/verstable.h +++ b/verstable.h @@ -390,7 +390,7 @@ Usage example: Version history: - --/--/---- 2.1.1: Fixed a bug affecting iteration on big-endian platforms under MSVC. + 18/06/2024 2.1.1: Fixed a bug affecting iteration on big-endian platforms under MSVC. 27/05/2024 2.1.0: Replaced the Murmur3 mixer with the fast-hash mixer as the default integer hash function. Fixed a bug that could theoretically cause a crash on rehash (triggerable in testing using NAME_shrink with a maximum load factor significantly higher than 1.0).