File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.2 (2017-09-02)
4+
5+ * Feature: Forward compatibility with ChildProcess v0.5 and new ReactPHP components
6+ (#50 by @clue )
7+
8+ * Improve test suite by locking Travis distro so new defaults will not break the build
9+ (#49 by @clue )
10+
311## 0.4.1 (2017-07-08)
412
513* Fix: Explicitly close all STDIO streams when terminating
Original file line number Diff line number Diff line change @@ -297,13 +297,13 @@ $builder->warning($text, $title = null);
297297
298298## Install
299299
300- The recommended way to install this library is [ through Composer] ( http ://getcomposer.org) .
301- [ New to Composer?] ( http ://getcomposer.org/doc/00-intro.md)
300+ The recommended way to install this library is [ through Composer] ( https ://getcomposer.org) .
301+ [ New to Composer?] ( https ://getcomposer.org/doc/00-intro.md)
302302
303303This will install the latest supported version:
304304
305305``` bash
306- $ composer require clue/zenity-react:^0.4.1
306+ $ composer require clue/zenity-react:^0.4.2
307307```
308308
309309See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments