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

Commit

Permalink
Adds CHANGELOG entry for #60
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Mar 7, 2018
1 parent 7e35751 commit d7765c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ All notable changes to this project will be documented in this file, in reverse
list of HTTP methods provided to it is empty. Routes MUST have one or more
HTTP methods associated.

- [#60](https://github.com/zendframework/zend-expressive-router/pull/60) changes
the behavior of the `RouteResult::getAllowedMethods()` to allow a nullable
return value; this will return `null` if all methods are allowed.

### Deprecated

- Nothing.
Expand Down

0 comments on commit d7765c8

Please sign in to comment.