Skip to content

Commit 952e7c3

Browse files
committed
libc++ release notes: drop in-progress warnings; minor cleanups
1 parent 34c21f8 commit 952e7c3

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

libcxx/docs/ReleaseNotes.rst

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
=========================================
2-
Libc++ 11.0.0 (In-Progress) Release Notes
3-
=========================================
1+
===========================
2+
Libc++ 11.0.0 Release Notes
3+
===========================
44

55
.. contents::
66
:local:
77
:depth: 2
88

99
Written by the `Libc++ Team <https://libcxx.llvm.org>`_
1010

11-
.. warning::
12-
13-
These are in-progress notes for the upcoming libc++ 11 release.
14-
Release notes for previous releases can be found on
15-
`the Download Page <https://releases.llvm.org/download.html>`_.
16-
1711
Introduction
1812
============
1913

@@ -27,19 +21,10 @@ be downloaded from the `LLVM releases web site <https://llvm.org/releases/>`_.
2721
For more information about libc++, please see the `Libc++ Web Site
2822
<https://libcxx.llvm.org>`_ or the `LLVM Web Site <https://llvm.org>`_.
2923

30-
Note that if you are reading this file from a Git checkout or the
31-
main Libc++ web page, this document applies to the *next* release, not
32-
the current one. To see the release notes for a specific release, please
33-
see the `releases page <https://llvm.org/releases/>`_.
34-
3524
What's New in Libc++ 11.0.0?
3625
============================
3726

3827
New Features
3928
------------
4029

4130
- ``<numbers>``
42-
43-
API Changes
44-
-----------
45-
- ...

0 commit comments

Comments
 (0)