File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
22
22
- Drop support for Symfony 2.x
23
23
- Drop support for PHP 5 and 7.0
24
24
25
- ## 1.0.0 - [ Unreleased ]
25
+ ## 1.0.0 - 2017-11-07
26
26
### Added
27
27
- Add official support to PHP 7.2 (#71 )
28
28
### Changed
29
29
- Changed source folder from ` src/Sentry/SentryBundle ` to just ` src/ ` (thanks to PSR-4 and Composer this doesn't affect you)
30
30
- Re-sort the constructor's arguments of ` ExceptionListener `
31
31
- The ` SentrySymfonyClient ` is no longer an optional argument of ` ExceptionListener ` ; it's now required
32
32
### Fixed
33
- - Remove usage of create_function to avoid deprecations (#71 )
33
+ - Remove usage of ` create_function() ` to avoid deprecations (#71 )
34
34
- Fix a possible bug that could make Sentry crash if an error is triggered before loading a console command
35
35
- Fix a fatal error when the user token is not authenticated (#78 )
36
36
### Removed
Original file line number Diff line number Diff line change 21
21
"require" : {
22
22
"php" : " ^7.1" ,
23
23
"jean85/pretty-package-versions" : " ^1.0" ,
24
- "sentry/sentry" : " ^1.7 " ,
24
+ "sentry/sentry" : " ^1.8 " ,
25
25
"symfony/config" : " ^3.0||^4.0" ,
26
26
"symfony/console" : " ^3.3||^4.0" ,
27
27
"symfony/dependency-injection" : " ^3.0||^4.0" ,
You can’t perform that action at this time.
0 commit comments