This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Expressive 2.0.3
Added
- Nothing.
Changed
- #468 updates references to
DefaultDelegate::class
to instead use the string'Zend\Expressive\Delegate\DefaultDelegate'
; using the string makes it clear that the service name does not resolve to an actual class.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #476 fixes the
WhoopsErrorResponseGenerator
to ensure it returns a proper error status code, instead of using a200 OK
status.