Commit f4edc25 1 parent 9bd9d48 commit f4edc25 Copy full SHA for f4edc25
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG for 2.x
2
2
=================
3
3
4
+ * 2.7.0 (2018-06-13)
5
+
6
+ * Feature: Improve memory consumption for pending promises by using static internal callbacks without binding to self.
7
+ (#124 by @clue )
8
+
4
9
* 2.6.0 (2018-06-11)
5
10
6
11
* Feature: Significantly improve memory consumption and performance by only passing resolver args
Original file line number Diff line number Diff line change @@ -840,10 +840,11 @@ Install
840
840
The recommended way to install this library is [ through Composer] ( https://getcomposer.org ) .
841
841
[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
842
842
843
+ This project follows [ SemVer] ( https://semver.org/ ) .
843
844
This will install the latest supported version:
844
845
845
846
``` bash
846
- $ composer require react/promise:^2.6
847
+ $ composer require react/promise:^2.7
847
848
```
848
849
849
850
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments