Skip to content

Commit 6efb402

Browse files
authored
Merge pull request #352 from Art4/release-2.4.0
Release v2.4.0
2 parents dd07dd5 + 5cd32f5 commit 6efb402

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/kbsali/php-redmine-api/compare/v2.3.0...v2.x)
8+
## [Unreleased](https://github.com/kbsali/php-redmine-api/compare/v2.4.0...v2.x)
9+
10+
## [v2.4.0](https://github.com/kbsali/php-redmine-api/compare/v2.3.0...v2.4.0) - 2024-01-04
911

1012
### Added
1113

@@ -32,6 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3234
- New method `Redmine\Api\Wiki::listByProject()` to list wiki pages from a project.
3335
- New exception `Redmine\Exception\UnexpectedResponseException` if the Redmine server responded with an unexpected body.
3436

37+
### Fixed
38+
39+
- Restore BC in possible return types in `Redmine\Api\...::all()` methods
40+
3541
### Deprecated
3642

3743
- `Redmine\Api\CustomField::all()` is deprecated, use `Redmine\Api\CustomField::list()` instead

0 commit comments

Comments
 (0)