Skip to content

Commit 00e269d

Browse files
committed
Prepare v1.1.1 release
1 parent 3bc2c27 commit 00e269d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 1.1.1 (2017-12-22)
4+
5+
* Fix: Fix `all()` to assume null values if no event data is passed
6+
(#13 by @clue)
7+
8+
* Improve test suite by simplifying test bootstrapping logic via Composer and
9+
add forward compatibility with PHPUnit 5 and PHPUnit 6 and
10+
test against PHP 7.1 and 7.2
11+
(#11 and #12 by @clue and #9 by @carusogabriel)
12+
313
## 1.1.0 (2017-11-28)
414

515
* Feature: Reject `first()` when stream emits an error event

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ This project follows [SemVer](http://semver.org/).
249249
This will install the latest supported version:
250250

251251
```bash
252-
$ composer require react/promise-stream:^1.1
252+
$ composer require react/promise-stream:^1.1.1
253253
```
254254

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

0 commit comments

Comments
 (0)