From a518e15309678a2da67e0dfe62f406bfb3878080 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Fri, 1 Jun 2018 10:48:23 +0200 Subject: [PATCH] Add info about #124 to the changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe0bc7a7..88f4e921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 0.8.8 - 2018-06-01 ### Added - Add `symfony_version` as a default tag (backport of #116, thanks @hjanuschka) + - Add the new `excluded_exceptions` option from Sentry client 1.9 (see [getsentry/sentry-php#583](https://github.com/getsentry/sentry-php/pull/583); #124, backport of #123, thanks @mcfedr) +### Changed + - Require at least version 1.9 of the `sentry/sentry` base client, due to #124 ### Fixed - Retrieve use IP address from Symfony, to honor trusted proxies (backport of #131, thanks @eliecharra)