File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## UNRELEASED
4
4
5
+ ## v2.0.2
6
+
7
+ ### Changed
8
+
9
+ - Remove deprecations triggered by Symfony 4.0.
10
+ - Excluded tests from classmap.
11
+
12
+ ### Fixed
13
+
14
+ - Fixed call to non-allowed method ` setContent ` on a ` StreamedResponse ` .
15
+ - Fixed multiple decoration of error handler when the bundle is often started and stopped like in test suite.
16
+ - Fixed issue in monolog's service configuration that does not allows application's services or aliases.
17
+
18
+ ## v2.0.1
19
+
20
+ ### Fixed
21
+
22
+ - Fixed type error when configuration's property ` deployment_names ` is not a string
23
+
5
24
## v2.0.0
6
25
7
26
### Changed
13
32
14
33
### Fixed
15
34
16
- - Memory leak in the ` ResponseListener ` that may casuse issues on large HTML responses.
35
+ - Memory leak in the ` ResponseListener ` that may cause issues on large HTML responses.
17
36
- Fixed type error when no Content-Type header was returned.
18
37
- Make sure ` NewRelicInteractor::disableAutoRUM ` always returns true.
19
38
You can’t perform that action at this time.
0 commit comments