From 91aad2d593982ab200b62a89fe82ce6388b137bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Wed, 9 Jan 2019 20:01:41 +0100 Subject: [PATCH] Prepare relealse of 2.0.2 (#215) --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e1cff..c429ac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ ## UNRELEASED +## v2.0.2 + +### Changed + +- Remove deprecations triggered by Symfony 4.0. +- Excluded tests from classmap. + +### Fixed + +- Fixed call to non-allowed method `setContent` on a `StreamedResponse`. +- Fixed multiple decoration of error handler when the bundle is often started and stopped like in test suite. +- Fixed issue in monolog's service configuration that does not allows application's services or aliases. + +## v2.0.1 + +### Fixed + +- Fixed type error when configuration's property `deployment_names` is not a string + ## v2.0.0 ### Changed @@ -13,7 +32,7 @@ ### Fixed -- Memory leak in the `ResponseListener` that may casuse issues on large HTML responses. +- Memory leak in the `ResponseListener` that may cause issues on large HTML responses. - Fixed type error when no Content-Type header was returned. - Make sure `NewRelicInteractor::disableAutoRUM` always returns true.