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

Skip to content

Commit 01eb0d5

Browse files
committed
Added CHANGELOG for Process::waitUntil() method
1 parent e97604a commit 01eb0d5

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