Skip to content

Commit 6cef9e4

Browse files
committed
Update CHANGELOG.md
1 parent 54e0981 commit 6cef9e4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased](https://github.com/kbsali/php-redmine-api/compare/v2.4.0...v2.x)
99

10-
## [v2.4.0 - ](https://github.com/kbsali/php-redmine-api/compare/v2.3.0...v2.4.0) - 2024-01-02
10+
## [v2.4.0](https://github.com/kbsali/php-redmine-api/compare/v2.3.0...v2.4.0) - 2024-01-??
1111

1212
### Added
1313

@@ -32,6 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- New method `Redmine\Api\Version::listByProject()` to list versions from a project.
3333
- New method `Redmine\Api\Wiki::listByProject()` to list wiki pages from a project.
3434

35+
### Fixed
36+
37+
- Restore BC in possible return types in `Redmine\Api\...::all()` methods
38+
3539
### Deprecated
3640

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

0 commit comments

Comments
 (0)