From 1a8d4f9fc934eda5a0bbe5d435fbd7f245e3da97 Mon Sep 17 00:00:00 2001 From: Alexander Kornienko Date: Fri, 15 Sep 2017 11:45:30 +0000 Subject: [PATCH] Add a ReleaseNotes blurb for Execute.*Wait API change ... in r313155, r313156. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313356 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index bb75669dbef..6e747873eca 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -40,6 +40,10 @@ Non-comprehensive list of changes in this release functionality, or simply have a lot to talk about), see the `NOTE` below for adding a new subsection. +* The ``Redirects`` argument of ``llvm::sys::ExecuteAndWait`` and + ``llvm::sys::ExecuteNoWait`` was changed to an ``ArrayRef`` of optional + ``StringRef``'s to make it safer and more convenient to use. + * Note.. .. NOTE -- 2.50.0