We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3667cee commit ae3754dCopy full SHA for ae3754d
CHANGELOG.md
@@ -2,15 +2,25 @@
2
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
5
-## 2.7.0 (Unreleased)
+## 2.7.0
6
7
-### Removed
+### Added
8
9
-- Dropped support for php 5.5
+- 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`
12
-###
13
+### Fixed
14
-- 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
24
25
## 2.6.0
26
0 commit comments