From 9e6cb1300967161b2ea1ee87943b8f5484bf00d4 Mon Sep 17 00:00:00 2001 From: "nikos.sotiropoulos" Date: Fri, 22 Mar 2019 14:48:23 +0100 Subject: [PATCH] docs(changelog): Update changelog --- CHANGELOG.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ff28d3..8a51b61b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,51 @@ +## Unreleased + +### Changed + +* **CatalogBundle**: Uri is optional in product search +* **ExampleBundle**: jQuery is fetched from CDN + +### Fixed + +* **Logger**: remove return void value +* **CustomerBundle**: change password returns CustomerSignInResult +* **CartBundle**: getShippingMethodsByCart returns Collection + + + +## [0.4.7] - (2019-03-22) + +### Changed + +* **CtpBundle**: Add default values in Configuration class +* **CtpBundle**: Move custom types configuration to CtpBundle + +### Fixed + +* **ExampleBundle**: use namespace for Twig Environment +* **StateBundle**: add exception handling for State cache warmer + + + +## [0.4.0] - (2019-03-22) + +### Changed + +We rewrote the project into different structure. Backward campatibility is broken at this point. + +### Features + +* CartBundle +* CatalogBundle +* CtpBundle +* CustomerBundle +* ReviewBundle +* SetupBundle +* ShoppingListBundle +* StateBundle +* ExampleBundle + + ## [0.2.1](https://github.com/commercetools/commercetools-php-symfony/compare/0.2.0...v0.2.1) (2016-12-06)