Skip to content

Commit f49e18f

Browse files
committed
Prepare v0.4.3 release
1 parent 46c84e5 commit f49e18f

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.4.3 (2019-01-19)
4+
5+
* Feature: Forward compatibility with ChildProcess v0.6.
6+
(#54 by @clue)
7+
8+
* Improve test suite by testing against PHP 7.2 and PHP 7.3.
9+
(#51 by @andreybolonin and #52 by @BenMorel)
10+
11+
* Update project homepage.
12+
(#53 by @clue)
13+
314
## 0.4.2 (2017-09-02)
415

516
* Feature: Forward compatibility with ChildProcess v0.5 and new ReactPHP components

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ The recommended way to install this library is [through Composer](https://getcom
304304
This will install the latest supported version:
305305

306306
```bash
307-
$ composer require clue/zenity-react:^0.4.2
307+
$ composer require clue/zenity-react:^0.4.3
308308
```
309309

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

0 commit comments

Comments
 (0)