File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.6.0 (2020-07-10)
4+
5+ * Feature: Forward compatibility with react/promise v3.
6+ (#37 by @WyriHaximus )
7+
8+ * Improve test suite and add ` .gitattributes ` to exclude dev files from exports.
9+ Run tests on PHPUnit 9 and PHP 7.4 and clean up test suite.
10+ (#38 by @WyriHaximus , #39 by @reedy , #41 by @clue and #42 by @SimonFrings )
11+
312## 1.5.1 (2019-03-27)
413
514* Fix: Typo in readme
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ This project follows [SemVer](https://semver.org/).
342342This will install the latest supported version:
343343
344344``` bash
345- $ composer require react/promise-timer:^1.5
345+ $ composer require react/promise-timer:^1.6
346346```
347347
348348See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments