Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
dbu committed Feb 11, 2022

Unverified

No user is associated with the committer email.
1 parent 1483063 commit 7886e64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,14 +6,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.13.0] - tomorrow
## [1.13.0] - 2022-02-11

- Added `Formatter::formatResponseForRequest()`
- Deprecated `Formatter::formatResponse()`
- Added `Formatter::formatResponseForRequest()` to allow the formatter to get context from the request to decide what of the response to output.
- Deprecated `Formatter::formatResponse()` in favor of the new `formatResponseForRequest` method.

## [1.12.0] - 2021-08-29

- Added support for adjusting binary detection regex in FullHttpMessageFormatter
- Added support for adjusting binary detection regex in FullHttpMessageFormatter.

## [1.11.2] - 2021-08-03

0 comments on commit 7886e64

Please sign in to comment.