Skip to content

Commit e601f39

Browse files
committed
Update CHANGELOG.md
1 parent 2fba6fb commit e601f39

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
- New method `Redmine\Api\Tracker::listNames()` for listing the ids and names of all trackers.
2222
- New method `Redmine\Api\User::listLogins()` for listing the ids and logins of all users.
2323
- New method `Redmine\Api\Version::listNamesByProject()` for listing the ids and names of all versions of a project.
24+
- Support for Redmine 4.2.x was added.
25+
26+
### Changed
27+
28+
- Behaviour-driven tests are run against Redmine 4.2.10, 5.0.9 and 5.1.3.
2429

2530
### Deprecated
2631

@@ -43,6 +48,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4348
- `Redmine\Api\Version::listing()` is deprecated, use `\Redmine\Api\Version::listNamesByProject()` instead.
4449
- `Redmine\Api\Version::getIdByName()` is deprecated, use `\Redmine\Api\Version::listNamesByProject()` instead.
4550

51+
### Removed
52+
53+
- Tests and development files were removed from releases.
54+
4655
## [v2.6.0](https://github.com/kbsali/php-redmine-api/compare/v2.5.0...v2.6.0) - 2024-03-25
4756

4857
### Added

0 commit comments

Comments
 (0)