Update changelog to include notes on contains()

This commit is contained in:
Christian Mazakas
2022-01-14 10:38:30 -08:00
parent 5d94f0eea6
commit c3ac504c10

View File

@ -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`.