[PATCH] D83968: [docs] Add Deprecated section to ReleaseNotes

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 11:35:14 PDT 2020


hans added inline comments.


================
Comment at: llvm/docs/ReleaseNotes.rst:36
+=================================================
+If a feature is listed as deprecated, it might be removed in a subsequent release.
+
----------------
The "might" and the fact that it doesn't list any APIs makes this a bit vague.

I'd suggest instead to put a note on the 11.x branch with the features you are deprecating, and to instead say "these will be removed in the 12.0.0 release" so that it's not vague.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83968/new/

https://reviews.llvm.org/D83968





More information about the llvm-commits mailing list