File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.2.1] - 2018-09-10
10
+
11
+ ### Changed
12
+ - Middlware to Middleware in Slim Middleware class to resolve namespace bug.
13
+
9
14
## [ 1.2.0] - 2018-09-10
10
15
11
16
### Added
@@ -30,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
30
35
- UnsupportedRequestMethod for any unsupported request types.
31
36
32
37
[ Unreleased ] : https://github.com/aidan-casey/http-parser/compare/v1.2.0...HEAD
38
+ [ 1.2.1 ] : https://github.com/aidan-casey/http-parser/compare/v1.2.0...v1.2.1
33
39
[ 1.2.0 ] : https://github.com/aidan-casey/http-parser/compare/v1.1.0...v1.2.0
34
40
[ 1.1.0 ] : https://github.com/aidan-casey/http-parser/compare/v1.0.0...v1.1.0
35
41
[ 1.0.0 ] : https://github.com/aidan-casey/http-parser/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace AidanCasey \HttpParser \Middlware ;
3
+ namespace AidanCasey \HttpParser \Middleware ;
4
4
5
5
use AidanCasey \HttpParser \HttpToZend ;
6
6
use Psr \Http \Message \ResponseInterface ;
You can’t perform that action at this time.
0 commit comments