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.
66
77## [ Unreleased]
88
9+ ## [ 1.2.1] - 2018-09-10
10+
11+ ### Changed
12+ - Middlware to Middleware in Slim Middleware class to resolve namespace bug.
13+
914## [ 1.2.0] - 2018-09-10
1015
1116### Added
@@ -30,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3035- UnsupportedRequestMethod for any unsupported request types.
3136
3237[ 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
3339[ 1.2.0 ] : https://github.com/aidan-casey/http-parser/compare/v1.1.0...v1.2.0
3440[ 1.1.0 ] : https://github.com/aidan-casey/http-parser/compare/v1.0.0...v1.1.0
3541[ 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 11<?php
22
3- namespace AidanCasey \HttpParser \Middlware ;
3+ namespace AidanCasey \HttpParser \Middleware ;
44
55use AidanCasey \HttpParser \HttpToZend ;
66use Psr \Http \Message \ResponseInterface ;
You can’t perform that action at this time.
0 commit comments