Skip to content

Commit 4433cf0

Browse files
committed
Update CHANGELOG.md
1 parent 57a6ed3 commit 4433cf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- New method `Redmine\Api\Project::reopen()` to reopen a project.
1515
- New method `Redmine\Api\Project::archive()` to archive a project.
1616
- New method `Redmine\Api\Project::unarchive()` to unarchive a project.
17+
- New method `UnexpectedResponseException::getResponse()` to get the last response responsible for the exception.
1718

1819
### Changed
1920

@@ -35,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3536
- New method `Redmine\Api\News::list()` to list news from all project.
3637
- New method `Redmine\Api\News::listByProject()` to list news from a project.
3738
- New method `Redmine\Api\Project::list()` to list projects.
38-
- New method `Redmine\Api\Query::list()` to list projects.
39+
- New method `Redmine\Api\Query::list()` to list queries.
3940
- New method `Redmine\Api\Role::list()` to list roles.
4041
- New method `Redmine\Api\Search::listByQuery()` to list search results by query.
4142
- New method `Redmine\Api\TimeEntry::list()` to list time entries.

0 commit comments

Comments
 (0)