From df3905e4fc4e1523a4cf046db32a64980ff68803 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Mon, 23 Sep 2019 09:26:35 +0200 Subject: [PATCH] Add changelog entry for #243 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1358e930..96128f47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] - Add forward compatibility with Symfony 5 (#235, thanks to @garak) + - Fix Hub initialization for `ErrorListener` (#243, thanks to @teohhanhui) - Fix compatibility with sentry/sentry 2.2+ (#244) - Add support for `class_serializers` option (#245)