From ed178a9cff1cff2e8816d5b279ab311e43b16371 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Wed, 8 Jul 2020 12:36:55 +0200 Subject: [PATCH] Prepare release 3.5.2 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44878882..83ee7367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,12 @@ 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.5.2 (2020-07-08) - Use `jean85/pretty-package-versions` `^1.5` to leverage the new `getRootPackageVersion` method (c8799ac) - Fix support for PHP preloading (#354, thanks to @annuh) + - Fix `capture_soft_fails: false` option for the Messenger (#353) ## 3.5.1 (2020-05-07) - Capture events using the `Hub` in the `MessengerListener` to avoid loosing `Scope` data (#339, thanks to @sh41)