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 1
1
# Changelog
2
2
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
+
3
12
## 1.5.1 (2019-03-27)
4
13
5
14
* 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/).
342
342
This will install the latest supported version:
343
343
344
344
``` bash
345
- $ composer require react/promise-timer:^1.5
345
+ $ composer require react/promise-timer:^1.6
346
346
```
347
347
348
348
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments