Skip to content

Commit 183f02c

Browse files
committed
Update CHANGELOG.md
1 parent 93b4379 commit 183f02c

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
@@ -7,6 +7,15 @@ 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.1.0...v2.x)
99

10+
### Added
11+
12+
- New method `Redmine\Client\AbstractApi::retrieveData()` to retrieve as many elements as you want as array (even if the total number of elements is greater than 100).
13+
- New exception `Redmine\Client\SerializerException` for JSON/XML serializer related exceptions
14+
15+
### Deprecated
16+
17+
- `Redmine\Api\AbstractApi::retrieveAll()` is deprecated, use `Redmine\Api\AbstractApi::retrieveData()` instead
18+
1019
## [v2.1.1](https://github.com/kbsali/php-redmine-api/compare/v2.1.0...v2.1.1) - 2022-01-15
1120

1221
### Fixed

0 commit comments

Comments
 (0)