8000 Added CHANGELOG for Process::waitUntil() method · symfony/symfony@84d938d · GitHub
[go: up one dir, main page]

Skip to content

Commit 84d938d

Browse files
committed
Added CHANGELOG for Process::waitUntil() method
1 parent 0617230 commit 84d938d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Process/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ CHANGELOG
77
* added the `Process::fromShellCommandline()` to run commands in a shell wrapper
88
* deprecated passing a command as string when creating a `Process` instance
99
* deprecated the `Process::setCommandline()` and the `PhpProcess::setPhpBinary()` methods
10+
* added the `Process::waitUntil()` method to wait for the process only for a
11+
specific output, then continue the normal execution of your application
1012

1113
4.1.0
1214
-----

0 commit comments

Comments
 (0)
0