From 90583fb3da8f9817fe213c77045f9807d10e987a Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 29 Jun 2020 13:19:01 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a28fe06..32f8d2801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG ========= +3.0.1 +----- + +* fixed handling requests without a content type inside the `RequestBodyParamConverter` +* `FlattenExceptionNormalizer` does no longer implement the `CacheableSupportsMethodInterface` to + ensure compatibility with older versions of the Symfony Serializer component + 3.0.0 -----