Skip to content

Commit

Permalink
Prepare for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Apr 11, 2019
1 parent 5ced7c9 commit cd75488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## [0.6.0](/~https://github.com/tuupola/branca-middleware/compare/0.5.2...master) - unreleased
## [0.6.0](/~https://github.com/tuupola/branca-middleware/compare/0.5.2...0.6.0) - 2019-04-11
### Added
- Error handler now receives also the request object as parameter
```php
Expand All @@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed
- Callables for before, after and error handlers are not assumed to be instance of a `Closure`.
- Cookie was ignored if if using /(.*)/ as regexp and the configured header was missing from request ([#17](/~https://github.com/tuupola/branca-middleware/pull/17)).
- Cookie was ignored if if using `/(.*)/` as regexp and the configured header was missing from request ([#17](/~https://github.com/tuupola/branca-middleware/pull/17)).

## [0.5.2](/~https://github.com/tuupola/branca-middleware/compare/0.5.1...0.5.2) - 2019-01-09
### Added
Expand Down

0 comments on commit cd75488

Please sign in to comment.