[libc++][chrono] Add calendar type formatters.
Some of the calendar types have landed before, this adds the missing
set. Note this does not complete the implementation of the chrono
formatters.
This removes the `chrono` header for some transitive include in C++17
mode. This is needed to avoid inclusion cycles.
Partially implements:
- P1361 Integration of chrono with text formatting
- P2372 Fixing locale handling in chrono formatters
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D137022
NOKEYCHECK=True
GitOrigin-RevId: 105fef5dca7ea224bf44a13ff3685fb1f3ae0876
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 3929be5..ba710c0 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -67,6 +67,7 @@
includes are removed based on the language version used. Incidental transitive
inclusions of the following headers have been removed:
+ - C++11, C++14, and C++17: ``chrono``
- C++20: ``chrono``
- C++2b: ``algorithm``, ``array``, ``atomic``, ``bit``, ``chrono``,
``climits``, ``cmath``, ``compare``, ``concepts``, ``cstdarg``, ``cstddef``,