Skip to content

Commit 9f29e68

Browse files
committed
Convert changelog into KeepAChangelog format
1 parent ced72a0 commit 9f29e68

File tree

1 file changed

+32
-20
lines changed

1 file changed

+32
-20
lines changed
Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,52 @@
1-
0.8.1
2-
-----
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## 0.8.2 - 2017-07-28
10+
### Fixed
11+
- Fix previous release with cherry pick of the right commit from #67
12+
13+
## 0.8.1 - 2017-07-27
14+
### Fixed
315
- Force load of client in console commands to avoid missing notices due to lazy-loading (#67)
416

5-
0.8.0
6-
-----
17+
## 0.8.0 - 2017-06-19
18+
### Added
719
- Add `SentryExceptionListenerInterface` and the `exception_listener` option in the configuration (#47) to allow customization of the exception listener
820
- Add `SentrySymfonyEvents::PRE_CAPTURE` and `SentrySymfonyEvents::SET_USER_CONTEXT` events (#47) to customize event capturing information
9-
- Make SkipCapture work on console exceptions too
1021
- Make listeners' priority customizable through the new `listener_priorities` configuration key
22+
### Fixed
23+
- Make SkipCapture work on console exceptions too
1124

12-
0.7.1
13-
-----
25+
## 0.7.1 - 2017-01-26
26+
### Fixed
1427
- Quote sentry.options in services.yml.
1528

16-
0.7.0
17-
-----
29+
## 0.7.0 - 2017-01-20
30+
### Added
1831
- Expose all configuration options (#36).
1932

20-
0.6.0
21-
-----
33+
## 0.6.0 - 2016-10-24
34+
### Fixed
2235
- Improve app path detection to exclude root folder and exclude vendor.
2336

24-
0.5.0
25-
-----
26-
- Raise sentry/sentry minimum requirement to 1.2.0.
27-
- Fixed an issue with a missing import (#24).
28-
- ``prefixes`` and ``app_path`` will now be bound by default.
37+
## 0.5.0 - 2016-09-08
38+
### Changed
39+
- Raise sentry/sentry minimum requirement to ## 1.2.0. - 2017-xx-xx Fixed an issue with a missing import (#24)### . - 2017-xx-xx ``prefixes`` and ``app_path`` will now be bound by default.
2940

30-
0.4.0
31-
-----
41+
## 0.4.0 - 2016-07-21
42+
### Added
3243
- Added ``skip_capture`` configuration for excluding exceptions.
44+
### Changed
3345
- Security services are now optional.
3446
- Console exceptions are now captured.
3547
- Default PHP SDK hooks will now be installed (via ``Raven_Client->install``).
3648
- SDK will now be registered as 'sentry-symfony'.
3749

38-
0.3.0
39-
-----
50+
## 0.3.0 - 2016-05-19
51+
### Added
4052
- Added support for capturing the current user.

0 commit comments

Comments
 (0)