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

Commit a9d92fb

Browse files
committed
Adds CHANGELOG entry for #480
1 parent 96f8006 commit a9d92fb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#480](https://github.com/zendframework/zend-expressive/pull/480) updates the
10+
`ImplicitHeadMiddleware` to add a request attribute indicating the request was
11+
originally generated for a `HEAD` request before delegating the request; you
12+
can now pull the attribute `Zend\Expressive\Middleware\ImplicitHeadMiddleware::FORWARDED_HTTP_METHOD_ATTRIBUTE`
13+
in your own middleware in order to vary behavior in these scenarios.
1014

1115
### Changed
1216

0 commit comments

Comments
 (0)