diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e5f53..a185f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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