Skip to content

Commit

Permalink
Prepare v2.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jun 13, 2018
1 parent 9bd9d48 commit f4edc25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG for 2.x
=================

* 2.7.0 (2018-06-13)

* Feature: Improve memory consumption for pending promises by using static internal callbacks without binding to self.
(#124 by @clue)

* 2.6.0 (2018-06-11)

* Feature: Significantly improve memory consumption and performance by only passing resolver args
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -840,10 +840,11 @@ Install
The recommended way to install this library is [through Composer](https://getcomposer.org).
[New to Composer?](https://getcomposer.org/doc/00-intro.md)

This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require react/promise:^2.6
$ composer require react/promise:^2.7
```

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

0 comments on commit f4edc25

Please sign in to comment.