[libcxx-commits] [libcxx] 71a7192 - [libc++][doc] Marks LLVM-17 release notes as final.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 20 06:47:52 PDT 2023


Author: Mark de Wever
Date: 2023-08-20T15:47:41+02:00
New Revision: 71a7192d6927b422c224f5d231300774cb02348a

URL: https://github.com/llvm/llvm-project/commit/71a7192d6927b422c224f5d231300774cb02348a
DIFF: https://github.com/llvm/llvm-project/commit/71a7192d6927b422c224f5d231300774cb02348a.diff

LOG: [libc++][doc] Marks LLVM-17 release notes as final.

Reviewed By: #libc, philnik

Differential Revision: https://reviews.llvm.org/D158340

Added: 
    

Modified: 
    libcxx/docs/ReleaseNotes/17.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/ReleaseNotes/17.rst b/libcxx/docs/ReleaseNotes/17.rst
index 4ebb58b843a753..dac4c3c6332463 100644
--- a/libcxx/docs/ReleaseNotes/17.rst
+++ b/libcxx/docs/ReleaseNotes/17.rst
@@ -1,6 +1,6 @@
-=========================================
-Libc++ 17.0.0 (In-Progress) Release Notes
-=========================================
+============================
+Libc++ 17.0.0  Release Notes
+============================
 
 .. contents::
    :local:
@@ -8,12 +8,6 @@ Libc++ 17.0.0 (In-Progress) Release Notes
 
 Written by the `Libc++ Team <https://libcxx.llvm.org>`_
 
-.. warning::
-
-   These are in-progress notes for the upcoming libc++ 17 release.
-   Release notes for previous releases can be found on
-   `the Download Page <https://releases.llvm.org/download.html>`_.
-
 Introduction
 ============
 


        


More information about the libcxx-commits mailing list