From d1126b2feadb3299e719f39caa128abe5cf684e9 Mon Sep 17 00:00:00 2001 From: Stefano Arlandini Date: Tue, 21 Sep 2021 10:35:04 +0200 Subject: [PATCH] Prepare release `4.2.3` --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92bc9080..34b1fbcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 4.2.3 (2021-09-21) + - Fix: Test if `TracingStatement` exists before attempting to create the class alias, otherwise it breaks when opcache is enabled. (#552) - Fix: Pass logger from `logger` config option to `TransportFactory` (#555) - Improve the compatibility layer with Doctrine DBAL to avoid deprecations notices (#553)