From 6db54658d37574cfa919108f2419dbb377d4d3ad Mon Sep 17 00:00:00 2001 From: Hamza Jugon <104994559+HamzaJugon@users.noreply.github.com> Date: Tue, 7 Nov 2023 16:45:48 +0000 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Andreea Paduraru <40387422+andreeapad@users.noreply.github.com> --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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