From b84b94b4db622f3402183c88593fb3b2aebcd83c Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Thu, 16 Jun 2022 07:52:27 -0700 Subject: [PATCH 1/2] Update copyright notice for documentation --- doc/unordered/copyright.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/unordered/copyright.adoc b/doc/unordered/copyright.adoc index 64490bfb..57851e12 100644 --- a/doc/unordered/copyright.adoc +++ b/doc/unordered/copyright.adoc @@ -9,4 +9,6 @@ Copyright (C) 2003, 2004 Jeremy B. Maitin-Shepard Copyright (C) 2005-2008 Daniel James +Copyright (C) 2022 Christian Mazakas + Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) From 3203251539b85ffdc849d23f5afda54c2a237553 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Thu, 16 Jun 2022 07:52:37 -0700 Subject: [PATCH 2/2] Update changelog for 1.80 release --- doc/unordered/changes.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/unordered/changes.adoc b/doc/unordered/changes.adoc index f930e680..e17fe5c1 100644 --- a/doc/unordered/changes.adoc +++ b/doc/unordered/changes.adoc @@ -6,11 +6,12 @@ :github-pr-url: https://github.com/boostorg/unordered/pull :cpp: C++ -== Release 1.80.0 +== Release 1.80.0 - Major update * Refactor internal implementation to be dramatically faster -* Fix long-standing bug where `final`-qualified Hasher and KeyEqual couldn't be - used +* Allow `final` Hasher and KeyEqual objects +* Update documentation, adding benchmark graphs and notes on the new internal + data structures == Release 1.79.0