Add a ReleaseNotes blurb for Execute.*Wait API change

... in r313155, r313156.

llvm-svn: 313356
This commit is contained in:
Alexander Kornienko 2017-09-15 11:45:30 +00:00
parent 7b9f3e28cc
commit 3cd2ce1e0b
1 changed files with 4 additions and 0 deletions

View 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