Skip to content

Commit a172fc4

Browse files
committed
Prepare v0.4.2 release
1 parent 42832e3 commit a172fc4

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

303303
This 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

309309
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)