From ef0735c466e71d501f1657fd353493e1ee913592 Mon Sep 17 00:00:00 2001 From: ahocquard Date: Fri, 15 Feb 2019 16:59:19 +0100 Subject: [PATCH] Complete changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec0f4af..9d6ebb06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Drop support for PHP 5.6, PHP 7.0 and PHP 7.1 Change the response type from `StreamInterface` to `Response` for `\Akeneo\Pim\ApiClient\Api\MediaFileApiInterface::download` +It allows to get the filename from the response, and also the Mime type. + # 3.0.0 (2018-06-26) # 2.0.1 (2018-05-03)