OSDN Git Service

Add a ReleaseNotes blurb for Execute.*Wait API change
authorAlexander Kornienko <alexfh@google.com>
Fri, 15 Sep 2017 11:45:30 +0000 (11:45 +0000)
committerAlexander Kornienko <alexfh@google.com>
Fri, 15 Sep 2017 11:45:30 +0000 (11:45 +0000)
... in r313155, r313156.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313356 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index bb75669..6e74787 100644 (file)
@@ -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