From d99f40f8438dcce4d1a4f28767032cb883e26603 Mon Sep 17 00:00:00 2001 From: aeon-automation Date: Fri, 17 Jun 2022 20:20:12 +0000 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a946998b7..10e450fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [Unreleased] - 2022-06-17 + +### Changed +- [#188](https://github.com/amazon-php/sp-api-sdk/pull/188) - **SDK return type deserialization** - [@norberttech](https://github.com/norberttech) + +### Fixed +- [#188](https://github.com/amazon-php/sp-api-sdk/pull/188) - **request parameters serialization** - [@norberttech](https://github.com/norberttech) +- [#188](https://github.com/amazon-php/sp-api-sdk/pull/188) - **Product Fees generation** - [@norberttech](https://github.com/norberttech) + ## [4.0.4] - 2022-06-09 ### Added