We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23bfd69 + 6da220a commit 7ae917dCopy full SHA for 7ae917d
CHANGELOG.md
@@ -5,6 +5,13 @@ 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
+### Added
9
+ - Add new `excluded_exceptions` option in config (#123, thanks @mcfedr)
10
+ - Add config for autowiring the client (#158, thanks @gander)
11
+### Changed
12
+ - Migrate YAML config to XML; drop dependency on `symfony/yaml` (#155, thanks @Pierstoval)
13
+### Fixed
14
+ - Remove deprecation raised by Symfony 4.2 (#161, thanks @chalasr)
15
16
## 2.0.3 - 2018-06-01
17
### Added
0 commit comments