Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Sep 1, 2016
1 parent 84af8ad commit a75aeb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 5.2.0

* Always add a `X-Handled-By` to the response at the end of the worker pipeline. This allows to make sure that the original response is modified, as
some middleware frameworks like `Zend\Expressive` returns a 404 if the response has not been modified at all. [#31]
* Worker middleware can be simplified to only have `ServerRequestInterface` as unique parameter. [#30]

# 5.1.2

* Fixed a bug that prevented worker middleware to work properly when localhost checker middleware was used
Expand Down

0 comments on commit a75aeb0

Please sign in to comment.