We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e44789 commit 09f3f13Copy full SHA for 09f3f13
CHANGELOG.md
@@ -6,10 +6,14 @@ All notable changes to this project will be documented in this file.
6
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
7
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
8
9
+## [1.9.1] - 2020-10-13
10
+
11
+- Improved detection of binary stream to not consider newlines, carriage return or tabs as binary.
12
13
## [1.9.0] - 2020-08-17
14
-- Omitted binary body in FullHttpMessageFormatter. `[binary stream omitted]` will be shown instead.
15
+- Omitted binary body in FullHttpMessageFormatter and CurlCommandFormatter.
16
+ `[binary stream omitted]` will be shown instead.
17
18
### Added
19
0 commit comments