File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.3.0 (2019-02-20)
4
+
5
+ * Feature: Cancellation support, timeout option and improve long paginations.
6
+ (#14 by @clue )
7
+
8
+ * Improve documentation and update project homepage.
9
+ (#12 and #13 by @clue )
10
+
3
11
## 1.2.0 (2018-04-15)
4
12
5
13
* Feature: Forward compatibility with updated clue/buzz-react.
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ This project follows [SemVer](https://semver.org/).
231
231
This will install the latest supported version:
232
232
233
233
``` bash
234
- $ composer require clue/packagist-api-react:^1.2
234
+ $ composer require clue/packagist-api-react:^1.3
235
235
```
236
236
237
237
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments