From c3ac504c10cc982944cf162c7a3fcae3790f6bab Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Fri, 14 Jan 2022 10:38:30 -0800 Subject: [PATCH] Update changelog to include notes on `contains()` --- doc/changes.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index ff453813..fc2dd55d 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -15,6 +15,7 @@ * Improved C++20 support: * All containers have been updated to support heterogeneous `count`, `equal_range` and `find`. + * All containers now implement the member function `contains` * Improved C++23 support: * All containers have been updated to support heterogeneous `erase` and `extract`.