diff options
author | Hans Wennborg <hans@chromium.org> | 2020-02-28 17:11:03 +0100 |
---|---|---|
committer | Hans Wennborg <hans@chromium.org> | 2020-02-28 17:11:03 +0100 |
commit | 4c6e5899859651d5f0907fc4d5752e616c1598c3 (patch) | |
tree | e900b41fd56a7f3dcb09032ed8153397c4a38602 /libcxx/docs | |
parent | 7f015d0d4f0bd695431c729667c1d95068c58b71 (diff) | |
download | bcm5719-llvm-4c6e5899859651d5f0907fc4d5752e616c1598c3.tar.gz bcm5719-llvm-4c6e5899859651d5f0907fc4d5752e616c1598c3.zip |
ReleaseNotes: remove in-progress warnings, tidy up a bit
Diffstat (limited to 'libcxx/docs')
-rw-r--r-- | libcxx/docs/ReleaseNotes.rst | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst index 438e36beec4..f57c915a445 100644 --- a/libcxx/docs/ReleaseNotes.rst +++ b/libcxx/docs/ReleaseNotes.rst @@ -1,6 +1,6 @@ -========================================= -Libc++ 10.0.0 (In-Progress) Release Notes -========================================= +=========================== +Libc++ 10.0.0 Release Notes +=========================== .. contents:: :local: @@ -8,12 +8,6 @@ Libc++ 10.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++ 10 release. - Release notes for previous releases can be found on - `the Download Page <https://releases.llvm.org/download.html>`_. - Introduction ============ @@ -27,11 +21,6 @@ be downloaded from the `LLVM releases web site <https://llvm.org/releases/>`_. 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++ 10.0.0? ============================ @@ -39,10 +28,3 @@ Fixes ----- - Fixed use of non-default locales on Windows - -New Features ------------- - -API Changes ------------ -- ... |