Skip to content

Commit

Permalink
Prepare v1.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Cees-Jan Kiewiet <[email protected]>
  • Loading branch information
WyriHaximus committed Feb 7, 2019
1 parent b81916b commit a0ecac9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 1.1.0 (2019-02-07)

* New UV based event loop (ext-uv).
(#112 by @WyriHaximus)

* Use high resolution timer on PHP 7.3+.
(#182 by @clue)

* Improve PCNTL signals by using async signal dispatching if available.
(#179 by @CharlotteDunois)

* Improve test suite and test suite set up.
(#174 by @WyriHaximus, #181 by @clue)

* Fix PCNTL signals edge case.
(#183 by @clue)

## 1.0.0 (2018-07-11)

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

```bash
$ composer require react/event-loop:^1.0
$ composer require react/event-loop:^1.1
```

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

0 comments on commit a0ecac9

Please sign in to comment.