Skip to content

Commit cce54a8

Browse files
tottotojplatte
authored andcommitted
Add changelog for making http-body and http-body-util optional
1 parent c6c92f2 commit cce54a8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tower-http/CHANGELOG.md

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

8+
# Unreleased
9+
10+
## Changed:
11+
12+
- `body` module is disabled except for `catch-panic`, `decompression-*`, `fs`, or `limit` features (BREAKING) ([#477])
13+
14+
[#477]: https://github.com/tower-rs/tower-http/pull/477
15+
816
# 0.5.2
917

1018
## Added:
@@ -54,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5462

5563
## Fixed
5664

57-
- Accepts range headers with ranges where the end of range goes past the end of the document by bumping
65+
- Accepts range headers with ranges where the end of range goes past the end of the document by bumping
5866
http-range-header to `0.4`
5967

6068
[#418]: https://github.com/tower-rs/tower-http/pull/418

0 commit comments

Comments
 (0)