Skip to content

Commit f8c283c

Browse files
committed
Update CHANGELOG.md format for Craft support
1 parent e8618e8 commit f8c283c

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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)
810

9-
## 3.2.0 - 2019-10-04
1011
- Add forward compatibility with Symfony 5 (#235, thanks to @garak)
1112
- Fix Hub initialization for `ErrorListener` (#243, thanks to @teohhanhui)
1213
- Fix compatibility with sentry/sentry 2.2+ (#244)
@@ -15,17 +16,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1516
- Add option to disable the error listener completely (#247, thanks to @HypeMC)
1617
- Add options to register the Monolog Handler (#247, thanks to @HypeMC)
1718

18-
## 3.1.0 - 2019-07-02
19+
## 3.1.0 (2019-07-02)
20+
1921
- Add support for Symfony 2.8 (#233, thanks to @nocive)
2022
- Fix handling of ESI requests (#213, thanks to @franmomu)
2123

22-
## 3.0.0 - 2019-05-10
24+
## 3.0.0 (2019-05-10)
25+
2326
- Add the `sentry:test` command, to test if the Sentry SDK is functioning properly.
2427

25-
## 3.0.0-beta2 - 2019-03-22
28+
## 3.0.0-beta2 (2019-03-22)
29+
2630
- Disable Sentry's ErrorHandler, and report all errors using Symfony's events (#204)
2731

28-
## 3.0.0-beta1 - 2019-03-06
32+
## 3.0.0-beta1 (2019-03-06)
33+
2934
The 3.0 major release has multiple breaking changes. The most notable one is the upgrade to the 2.0 base SDK client.
3035
Refer to the [UPGRADE-3.0.md](https://github.com/getsentry/sentry-symfony/blob/master/UPGRADE-3.0.md) document for a
3136
detailed explanation.

0 commit comments

Comments
 (0)