@@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased]
7+ ## Unreleased
8+
9+ ## 3.2.0 (2019-10-04)
10+
811 - Add forward compatibility with Symfony 5 (#235 , thanks to @garak )
912 - Fix Hub initialization for ` ErrorListener ` (#243 , thanks to @teohhanhui )
1013 - Fix compatibility with sentry/sentry 2.2+ (#244 )
@@ -13,17 +16,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1316 - Add option to disable the error listener completely (#247 , thanks to @HypeMC )
1417 - Add options to register the Monolog Handler (#247 , thanks to @HypeMC )
1518
16- ## 3.1.0 - 2019-07-02
19+ ## 3.1.0 (2019-07-02)
20+
1721 - Add support for Symfony 2.8 (#233 , thanks to @nocive )
1822 - Fix handling of ESI requests (#213 , thanks to @franmomu )
1923
20- ## 3.0.0 - 2019-05-10
24+ ## 3.0.0 (2019-05-10)
25+
2126 - Add the ` sentry:test ` command, to test if the Sentry SDK is functioning properly.
2227
23- ## 3.0.0-beta2 - 2019-03-22
28+ ## 3.0.0-beta2 (2019-03-22)
29+
2430 - Disable Sentry's ErrorHandler, and report all errors using Symfony's events (#204 )
2531
26- ## 3.0.0-beta1 - 2019-03-06
32+ ## 3.0.0-beta1 (2019-03-06)
33+
2734The 3.0 major release has multiple breaking changes. The most notable one is the upgrade to the 2.0 base SDK client.
2835Refer to the [ UPGRADE-3.0.md] ( https://github.com/getsentry/sentry-symfony/blob/master/UPGRADE-3.0.md ) document for a
2936detailed explanation.
0 commit comments