Skip to content

Commit

Permalink
Prepare relealse of 2.0.2 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse authored and Nyholm committed Jan 9, 2019
1 parent a546cae commit 91aad2d
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## UNRELEASED

## v2.0.2

### Changed

- Remove deprecations triggered by Symfony 4.0.
- Excluded tests from classmap.

### Fixed

- Fixed call to non-allowed method `setContent` on a `StreamedResponse`.
- Fixed multiple decoration of error handler when the bundle is often started and stopped like in test suite.
- Fixed issue in monolog's service configuration that does not allows application's services or aliases.

## v2.0.1

### Fixed

- Fixed type error when configuration's property `deployment_names` is not a string

## v2.0.0

### Changed
Expand All @@ -13,7 +32,7 @@

### Fixed

- Memory leak in the `ResponseListener` that may casuse issues on large HTML responses.
- Memory leak in the `ResponseListener` that may cause issues on large HTML responses.
- Fixed type error when no Content-Type header was returned.
- Make sure `NewRelicInteractor::disableAutoRUM` always returns true.

Expand Down

0 comments on commit 91aad2d

Please sign in to comment.