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

Commit

Permalink
Creates new CHANGELOG section for new 2.2.2 version, with notice for …
Browse files Browse the repository at this point in the history
…issue fixed in #169
  • Loading branch information
weierophinney committed Apr 16, 2018
1 parent 44f8885 commit 840e41d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ Versions prior to 1.0 were originally released as `phly/conduit`; please visit
its [CHANGELOG](https://github.com/phly/conduit/blob/master/CHANGELOG.md) for
details.

## 2.2.2 - 2018-04-16

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [#169](https://github.com/zendframework/zend-stratigility/pull/169) fixes an issue with how the PathMiddlewareDecorator attempts to truncate the path
when the path is matched case insensitively. Previously, an exception was incorrectly raised;
now it identifies and truncates correctly.

## 2.2.1 - 2018-04-04

### Added
Expand Down

0 comments on commit 840e41d

Please sign in to comment.