We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5511b21 commit e1e0647Copy full SHA for e1e0647
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.5.1 (2018-04-09)
4
+
5
+* New loop: ExtEvLoop (PECL ext-ev) (#148 by @kaduev13)
6
7
## 0.5.0 (2018-04-05)
8
9
A major feature release with a significant documentation overhaul and long overdue API cleanup!
README.md
@@ -661,7 +661,7 @@ The recommended way to install this library is [through Composer](https://getcom
661
This will install the latest supported version:
662
663
```bash
664
-$ composer require react/event-loop:^0.5
+$ composer require react/event-loop:^0.5.1
665
```
666
667
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments