diff --git a/CHANGELOG.md b/CHANGELOG.md index a10b52aa..220f8bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,8 @@ 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). ## [3.5.5] - 2023-11-07 -### Changed -- Updated 'MetadataResponseConverter' and 'PathResponseConverter' to fix the conversion of the Pageable object. - ### Fixed -- Updated existing and added new unit and integration tests. +- Fixed paged API response by updating 'MetadataResponseConverter' and 'PathResponseConverter' to pass complete information about the number of pages and elements to the response Page. ## [3.5.4] - 2023-09-14 ### Fixed