File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CHANGELOG for 2.x
22=================
33
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+
49* 2.6.0 (2018-06-11)
510
611 * 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
840840The recommended way to install this library is [ through Composer] ( https://getcomposer.org ) .
841841[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
842842
843+ This project follows [ SemVer] ( https://semver.org/ ) .
843844This will install the latest supported version:
844845
845846``` bash
846- $ composer require react/promise:^2.6
847+ $ composer require react/promise:^2.7
847848```
848849
849850See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments