Skip to content

Commit

Permalink
Prepare v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Nov 28, 2017
1 parent 0bee861 commit 77ca2a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.1.0 (2017-11-28)

* Feature: Reject `first()` when stream emits an error event
(#7 by @clue)

* Fix: Explicit `close()` of unwrapped stream should not emit `error` event
(#8 by @clue)

* Internal refactoring to simplify `buffer()` function
(#6 by @kelunik)

## 1.0.0 (2017-10-24)

* First stable release, now following SemVer
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ This project follows [SemVer](http://semver.org/).
This will install the latest supported version:

```bash
$ composer require react/promise-stream:^1.0
$ composer require react/promise-stream:^1.1
```

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

0 comments on commit 77ca2a2

Please sign in to comment.