[llvm-branch-commits] [flang] 34c21f8 - flang release notes: drop in-progress warnings; minor cleanups
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Sep 16 08:22:47 PDT 2020
Author: Hans Wennborg
Date: 2020-09-16T17:18:40+02:00
New Revision: 34c21f8dbe656969c209803012234901a1d4ae19
URL: https://github.com/llvm/llvm-project/commit/34c21f8dbe656969c209803012234901a1d4ae19
DIFF: https://github.com/llvm/llvm-project/commit/34c21f8dbe656969c209803012234901a1d4ae19.diff
LOG: flang release notes: drop in-progress warnings; minor cleanups
Added:
Modified:
flang/docs/ReleaseNotes.md
Removed:
################################################################################
diff --git a/flang/docs/ReleaseNotes.md b/flang/docs/ReleaseNotes.md
index b891ab904a04..19939a539c43 100644
--- a/flang/docs/ReleaseNotes.md
+++ b/flang/docs/ReleaseNotes.md
@@ -1,10 +1,4 @@
-# Flang 11.0.0 (In-Progress) Release Notes
-
-> **warning**
->
-> These are in-progress notes for the upcoming LLVM 11.0.0 release.
-> Release notes for previous releases can be found on [the Download
-> Page](https://releases.llvm.org/download.html).
+# Flang 11.0.0 Release Notes
## Introduction
@@ -17,18 +11,6 @@ documentation](https://llvm.org/docs/ReleaseNotes.html). All LLVM
releases may be downloaded from the [LLVM releases web
site](https://llvm.org/releases/).
-Note that if you are reading this file from a Git checkout, 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/).
-
-## Known Issues
-
-These are issues that couldn't be fixed before the release. See the bug
-reports for the latest status.
-
- * ...
-
## Introducing Flang
Flang is LLVM's Fortran front end and is new for the LLVM 11 release.
More information about the llvm-branch-commits
mailing list