[libcxx-commits] [PATCH] D150585: [libc++][doc] Updates the tasks to do for a release.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 23 09:08:57 PDT 2023
ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/docs/ReleaseProcedure.rst:79-88
+Removal of deprecated features
+==============================
+
+The typical libc++ pattern to remove support for a feature is:
+
+- deprecate a feature in release ``X``,
+- remove that feature in release ``X + 2``.
----------------
I am not sure that we should keep this section now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150585/new/
https://reviews.llvm.org/D150585
More information about the libcxx-commits
mailing list