File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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.
66The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
77and 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
You can’t perform that action at this time.
0 commit comments