Skip to content

Commit 7886e64

Browse files
committed
prepare release
1 parent 1483063 commit 7886e64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
77
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9-
## [1.13.0] - tomorrow
9+
## [1.13.0] - 2022-02-11
1010

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

1414
## [1.12.0] - 2021-08-29
1515

16-
- Added support for adjusting binary detection regex in FullHttpMessageFormatter
16+
- Added support for adjusting binary detection regex in FullHttpMessageFormatter.
1717

1818
## [1.11.2] - 2021-08-03
1919

0 commit comments

Comments
 (0)