Skip to content

Commit 247b190

Browse files
committed
updated changelog
1 parent 9e42c5f commit 247b190

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 0.1.1 - 2016-10-01
8+
9+
Fixed composer.json to include the latest version of `middlewares/utils 0.*`
10+
711
## 0.1.0 - 2016-09-30
812

913
First version

src/TrailingSlash.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class TrailingSlash implements MiddlewareInterface
1717
/**
1818
* @var bool Returns a redirect response or not
1919
*/
20-
private $redirect;
20+
private $redirect = false;
2121

2222
/**
2323
* Configure whether add or remove the slash.

0 commit comments

Comments
 (0)