From 2190ea77c522eabce0ab63b9179376432b5d2f5d Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Mon, 3 Feb 2020 09:58:56 +0100 Subject: [PATCH] Prepare changelog for 3.4.3 (#316) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad7ee37..801d43df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased + - ... + +## 3.4.3 (2020-02-03) - Change default of `in_app_include` to empty, due to getsentry/sentry-php#958 (#311) + - Improve class_alias robustness (#315) ## 3.4.2 (2020-01-29) - Remove space from classname used with `class_alias` (#313)