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

Commit

Permalink
Adds CHANGELOG entry for #21
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Aug 29, 2018
1 parent 6d400b6 commit 28151d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Expand Up @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file, in reverse
- [#20](https://github.com/zendframework/zend-expressive-swoole/pull/20) adds a new interface, `Zend\Expressive\Swoole\StaticResourceHandlerInterface`,
and default implementation `Zend\Expressive\Swoole\StaticResourceHandler`,
used to determine if a request is for a static file, and then to serve it; the
`RequestHandlerSwooleRunner` composes an instance now for providing static
`SwooleRequestHandlerRunner` composes an instance now for providing static
resource serving capabilities.

The default implementation uses custom middleware to allow providing common
Expand Down Expand Up @@ -38,8 +38,10 @@ All notable changes to this project will be documented in this file, in reverse

### Changed

- [#21](https://github.com/zendframework/zend-expressive-swoole/pull/21) renames `RequestHandlerSwooleRunner` (and its related factory) to `SwooleRequestHandlerRunner`.

- [#20](https://github.com/zendframework/zend-expressive-swoole/pull/20) modifies the collaborators and thus constructor arguments
expected by the `RequestHandlerSwooleRunner`. The constructor now has the
expected by the `SwooleRequestHandlerRunner`. The constructor now has the
following signature:

```php
Expand Down

0 comments on commit 28151d6

Please sign in to comment.