Skip to content

Commit 91aad2d

Browse files
jderusseNyholm
authored andcommitted
Prepare relealse of 2.0.2 (#215)
1 parent a546cae commit 91aad2d

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## UNRELEASED
44

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+
524
## v2.0.0
625

726
### Changed
@@ -13,7 +32,7 @@
1332

1433
### Fixed
1534

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.
1736
- Fixed type error when no Content-Type header was returned.
1837
- Make sure `NewRelicInteractor::disableAutoRUM` always returns true.
1938

0 commit comments

Comments
 (0)