From bf02d31357280387d4a3c3effa7af4a9b0b1bff5 Mon Sep 17 00:00:00 2001 From: Andrzej Warzynski Date: Mon, 6 Sep 2021 12:51:47 +0100 Subject: [PATCH] [docs] Update release notes with items related to Flang Differential Revision: https://reviews.llvm.org/D109317 --- docs/ReleaseNotes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 515e9fef6d2..a192485d468 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -55,6 +55,8 @@ Non-comprehensive list of changes in this release emits valid unwind entrypoints which are validated when the context is being set during exception handling. +* Flang is now included in the binary packages released by LLVM. + Changes to the LLVM IR ----------------------