From 9981ce4e62ffb1ad9992c14da3d6181df35b4013 Mon Sep 17 00:00:00 2001 From: Laurent Petard Date: Thu, 15 Feb 2018 14:56:19 +0100 Subject: [PATCH] Add Changelog for the version 2.0 --- CHANGELOG-2.0.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG-2.0.md diff --git a/CHANGELOG-2.0.md b/CHANGELOG-2.0.md new file mode 100644 index 00000000..d50682d7 --- /dev/null +++ b/CHANGELOG-2.0.md @@ -0,0 +1,12 @@ +# 2.0.0 (2018-02-15) + +## Improvements + +- API-487: Isolate files manipulation in a dedicated service +- API-562: upsert a list of attribute options +- API-543: Create a new media file and associate it to a product model + +## BC Breaks + +- Change the constructor of `Akeneo\Pim\ApiClient\Api\ProductMediaFileApi` to add `Akeneo\Pim\ApiClient\FileSystem\FileSystemInterface` +- Add method `Akeneo\Pim\ApiClient\Api\AttributeOptionApiInterface::upsertList`