File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## 0.5.2 (2018-04-24)
4
15
5
16
* Feature: Improve memory consumption and runtime performance for ` StreamSelectLoop ` timers.
Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ The recommended way to install this library is [through Composer](https://getcom
661
661
This will install the latest supported version:
662
662
663
663
``` bash
664
- $ composer require react/event-loop:^0.5.2
664
+ $ composer require react/event-loop:^0.5.3
665
665
```
666
666
667
667
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments