Skip to content

Commit f4edc25

Browse files
committed
Prepare v2.7.0 release
1 parent 9bd9d48 commit f4edc25

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG 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

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -840,10 +840,11 @@ Install
840840
The 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/).
843844
This 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

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

0 commit comments

Comments
 (0)