+2023-06-23 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2023-06-01 Jonathan Wakely <jwakely@redhat.com>
+
+ * doc/xml/manual/evolution.xml: Document removal of implicit
+ allocator rebinding extensions in strict mode and for C++20.
+ * doc/html/*: Regenerate.
+
+2023-06-23 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2022-03-18 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/104242
+ * include/std/any (any(T&&)): Revert change to constraints.
+ * testsuite/20_util/any/cons/104242.cc: New test.
+
2023-05-30 Matthias Kretz <m.kretz@gsi.de>
Backported from master: