From 3ba7237b32ef3a444672c397c42d7fdbdb02d23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 18 Apr 2023 22:51:00 +0200 Subject: [PATCH] Update changelog with #242 --- doc/container.qbk | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/container.qbk b/doc/container.qbk index bd87e6f..0e70514 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1409,6 +1409,15 @@ use [*Boost.Container]? There are several reasons for that: [section:release_notes Release Notes] +[section:release_notes_boost_1_83_00 Boost 1.83 Release] + +* Disabled forceinline for Clang due to code bloat issues, see [@https://lists.boost.org/boost-users/2023/04/91445.php Boost mailing list report] + +* Fixed bugs/issues: + * [@https://github.com/boostorg/container/issues/242 GitHub #242: ['"Issue with string::rfind"]]. + +[endsect] + [section:release_notes_boost_1_82_00 Boost 1.82 Release] * Fixed bugs/issues: