diff options
author | Sean Silva <silvas@purdue.edu> | 2013-01-02 22:05:33 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-01-02 22:05:33 +0000 |
commit | b045514abfecd72353927aafccbf3b50e7eb25b5 (patch) | |
tree | 62a2159fdf4d633151e286b50b6ab78b809aba1d | |
parent | aaa78eefe78381477fbad711526f91d6a85c44bc (diff) | |
download | bcm5719-llvm-b045514abfecd72353927aafccbf3b50e7eb25b5.tar.gz bcm5719-llvm-b045514abfecd72353927aafccbf3b50e7eb25b5.zip |
docs: Mark ReleaseNotes as "In-Progress"
Even though we do have a `.. warning::` directive on the page, hopefully
having "In-Progress" in the title will help to condition people's
expectations a bit for when they run into the extremely bare-bones
release notes.
Also, when release season comes around again, maybe this will get
people's attention and avoid confusion about what is going into the
upcoming release, and what is for changes to trunk for the next version.
llvm-svn: 171419
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 27e42bc82ff..3c09a58a2d4 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -1,6 +1,6 @@ -======================= -Clang 3.3 Release Notes -======================= +===================================== +Clang 3.3 (In-Progress) Release Notes +===================================== .. contents:: :local: |