Skip to content

Commit 228178a

Browse files
committed
Prepare v0.5.3 release
1 parent fc1d78e commit 228178a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 0.5.3 (2018-07-09)
4+
5+
* Improve performance by importing global functions.
6+
(#167 by @Ocramius)
7+
8+
* Improve test suite by simplifying test bootstrap by using dev autoloader.
9+
(#169 by @lcobucci)
10+
11+
* Minor internal changes to improved backward compatibility with PHP 5.3.
12+
(#166 by @Donatello-za)
13+
314
## 0.5.2 (2018-04-24)
415

516
* Feature: Improve memory consumption and runtime performance for `StreamSelectLoop` timers.

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.2
664+
$ composer require react/event-loop:^0.5.3
665665
```
666666

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

0 commit comments

Comments
 (0)