Skip to content

Commit cd1830b

Browse files
committed
Update CHANGELOG.md
1 parent 7e26135 commit cd1830b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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.7.0...v2.x)
99

10+
### Deprecated
11+
12+
- `Redmine\Client\Client::getLastResponseStatusCode()` is deprecated, use `\Redmine\Api\AbstractApi::getLastResponse()->getStatusCode()` instead.
13+
- `Redmine\Client\Client::getLastResponseContentType()` is deprecated, use `\Redmine\Api\AbstractApi::getLastResponse()->getContentType()` instead.
14+
- `Redmine\Client\Client::getLastResponseBody()` is deprecated, use `\Redmine\Api\AbstractApi::getLastResponse()->getContent()` instead.
15+
1016
## [v2.7.0](https://github.com/kbsali/php-redmine-api/compare/v2.6.0...v2.7.0) - 2024-07-10
1117

1218
### Added

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
},
5252
"scripts": {
5353
"bdt": [
54+
"Composer\\Config::disableProcessTimeout",
5455
"@behat --format=progress --suite=redmine_50103",
5556
"@behat --format=progress --suite=redmine_50009",
5657
"@behat --format=progress --suite=redmine_40210"

0 commit comments

Comments
 (0)