Skip to content

Commit

Permalink
Merge pull request #352 from Art4/release-2.4.0
Browse files Browse the repository at this point in the history
Release v2.4.0
  • Loading branch information
Art4 authored Jan 4, 2024
2 parents dd07dd5 + 5cd32f5 commit 6efb402
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

## [v2.4.0](https://github.com/kbsali/php-redmine-api/compare/v2.3.0...v2.4.0) - 2024-01-04

### Added

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

### Fixed

- Restore BC in possible return types in `Redmine\Api\...::all()` methods

### Deprecated

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

0 comments on commit 6efb402

Please sign in to comment.