8000 Prepare v0.5.2 release · reactphp/event-loop@e94985d · GitHub
[go: up one dir, main page]

Skip to content

Commit e94985d

Browse files
committed
Prepare v0.5.2 release
1 parent 945205d commit e94985d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
22

3+
## 0.5.2 (2018-04-24)
4+
5+
* Feature: Improve memory consumption and runtime performance for `StreamSelectLoop` timers.
6+
(#164 by @clue)
7+
8+
* Improve test suite by removing I/O dependency at `StreamSelectLoopTest` to fix Mac OS X tests.
9+
(#161 by @nawarian)
10+
311
## 0.5.1 (2018-04-09)
412

5-
* New loop: ExtEvLoop (PECL ext-ev) (#148 by @kaduev13)
13+
* Feature: New `ExtEvLoop` (PECL ext-ev) (#148 by @kaduev13)
614

715
## 0.5.0 (2018-04-05)
816

README.md

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

663663
```bash
664-
$ composer require react/event-loop:^0.5.1
664+
$ composer require react/event-loop:^0.5.2
665665
```
666666

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

0 commit comments

Comments
 (0)
0