Skip to content

Commit 80cb9e9

Browse files
authored
Added changelog for 2.2.0 (KnpLabs#552)
* Added changelog for 2.2.0 * Fixed typo * Typo
1 parent d26bc79 commit 80cb9e9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
## 2.2.0
6+
7+
### Added
8+
9+
- API support for Reviews.
10+
- API support for Traffic.
11+
- API support for issue Assignees.
12+
- API support for Miscellaneous Gitignore and Emojis.
13+
- Added endpoints for issue lock, unlock and issue label show.
14+
- Added more parameters to `User::starred`.
15+
- Fluid interface by allowing `configure()` to return `$this`.
16+
- `configure()` support for issues API.
17+
18+
### Fixed
19+
20+
- Cache issue where some requests are not cached
21+
- Issue with `User::all()` creates a query with double question marks.
22+
523
## 2.1.0
624

725
### Added

0 commit comments

Comments
 (0)