[llvm-branch-commits] [libcxx] r370366 - ReleaseNotes: remove in-progress warning and empty sections

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 29 07:34:14 PDT 2019


Author: hans
Date: Thu Aug 29 07:34:13 2019
New Revision: 370366

URL: http://llvm.org/viewvc/llvm-project?rev=370366&view=rev
Log:
ReleaseNotes: remove in-progress warning and empty sections

Modified:
    libcxx/branches/release_90/docs/ReleaseNotes.rst

Modified: libcxx/branches/release_90/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_90/docs/ReleaseNotes.rst?rev=370366&r1=370365&r2=370366&view=diff
==============================================================================
--- libcxx/branches/release_90/docs/ReleaseNotes.rst (original)
+++ libcxx/branches/release_90/docs/ReleaseNotes.rst Thu Aug 29 07:34:13 2019
@@ -1,6 +1,6 @@
-========================================
-Libc++ 9.0.0 (In-Progress) Release Notes
-========================================
+==========================
+Libc++ 9.0.0 Release Notes
+==========================
 
 .. contents::
    :local:
@@ -8,11 +8,6 @@ Libc++ 9.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++ 9 release.
-   Release notes for previous releases can be found on
-   `the Download Page <https://releases.llvm.org/download.html>`_.
 
 Introduction
 ============
@@ -27,17 +22,6 @@ be downloaded from the `LLVM releases we
 For more information about libc++, please see the `Libc++ Web Site
 <https://libcxx.llvm.org>`_ or the `LLVM Web Site <https://llvm.org>`_.
 
-Note that if you are reading this file from a Subversion checkout or the
-main Libc++ web page, this document applies to the *next* release, not
-the current one. To see the release notes for a specific release, please
-see the `releases page <https://llvm.org/releases/>`_.
 
 What's New in Libc++ 9.0.0?
 ===========================
-
-New Features
-------------
-
-API Changes
------------
-- ...




More information about the llvm-branch-commits mailing list