Skip to content

Commit 040d2be

Browse files
committed
Merge from releases/1.0
2 parents fbdca2f + 30fab0c commit 040d2be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2222
- Drop support for Symfony 2.x
2323
- Drop support for PHP 5 and 7.0
2424

25-
## 1.0.0 - [Unreleased]
25+
## 1.0.0 - 2017-11-07
2626
### Added
2727
- Add official support to PHP 7.2 (#71)
2828
### Changed
2929
- Changed source folder from `src/Sentry/SentryBundle` to just `src/` (thanks to PSR-4 and Composer this doesn't affect you)
3030
- Re-sort the constructor's arguments of `ExceptionListener`
3131
- The `SentrySymfonyClient` is no longer an optional argument of `ExceptionListener`; it's now required
3232
### Fixed
33-
- Remove usage of create_function to avoid deprecations (#71)
33+
- Remove usage of `create_function()` to avoid deprecations (#71)
3434
- Fix a possible bug that could make Sentry crash if an error is triggered before loading a console command
3535
- Fix a fatal error when the user token is not authenticated (#78)
3636
### Removed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "^7.1",
2323
"jean85/pretty-package-versions": "^1.0",
24-
"sentry/sentry": "^1.7",
24+
"sentry/sentry": "^1.8",
2525
"symfony/config": "^3.0||^4.0",
2626
"symfony/console": "^3.3||^4.0",
2727
"symfony/dependency-injection": "^3.0||^4.0",

0 commit comments

Comments
 (0)