Skip to content

Commit ae3754d

Browse files
committed
Prepare for 2.7 release
1 parent 3667cee commit ae3754d

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,25 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5-
## 2.7.0 (Unreleased)
5+
## 2.7.0
66

7-
### Removed
7+
### Added
88

9-
- Dropped support for php 5.5
9+
- Phpunit 6 compatibility
10+
- `AbstractApi::setPage()` to allow you to set the page on all endpoints.
11+
- Support for query parameters and request headers on `User::following` and `User::followers`
1012

11-
###
13+
### Fixed
1214

13-
- Phpunit 6 compatibility
15+
- Fixed bug in `PathPrepend` where "api/vX" could be duplicated.
16+
17+
### Changed
18+
19+
- Improved documentation and doc blocks
20+
21+
### Removed
22+
23+
- Dropped support for php 5.5
1424

1525
## 2.6.0
1626

0 commit comments

Comments
 (0)