Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 51b8ad9

Browse files
committed
Notes when the ContentLengthMiddleware was introduced
1 parent 7258f44 commit 51b8ad9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/book/features/helpers/content-length.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Content-Length Middleware
22

3+
- **Available since zend-expressive-helpers version 4.1.0.**
4+
35
In some cases, you may want to include an explicit `Content-Length` response
46
header, without having to inject it manually. To facilitate this, we provide
57
`Zend\Expressive\Helper\ContentLengthMiddleware`.

doc/book/features/helpers/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ may integrate features or simply provide standalone benefits.
77
Currently, these include:
88

99
- [Body Parsing Middleware](body-parse.md)
10-
- [Content-Length Middleware](content-length.md)
10+
- [Content-Length Middleware](content-length.md) (since 4.1.0)
1111
- [UrlHelper](url-helper.md)
1212
- [ServerUrlHelper](server-url-helper.md)
1313

0 commit comments

Comments
 (0)