We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afeec4f commit a403d28Copy full SHA for a403d28
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
+## 2.3.0 - 2019-01-28
9
+### Added
10
+ - Add support for `ignore_server_port` option (#187, thanks @nocive)
11
+### Changed
12
+ - Remove `server_name` option default value: this will help reporting the server name correctly in Docker containers (#181, thanks @jvasseur)
13
+ - Refactor `ExceptionListener` to have a dedicated `getUserData()` protected method (#180, thanks @bouland)
14
+
15
## 2.2.0 - 2019-01-05
16
### Added
17
- Add the `route` tag automatically to any event generated by a request (#167, thanks @ruudk)
0 commit comments