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

Commit

Permalink
Adds CHANGELOG entry for #156
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Dec 4, 2017
1 parent 816b0fd commit a6ba46a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

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

## 2.7.6 - 2017-12-04

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [#156](https://github.com/zendframework/zend-inputfilter/pull/156) fixes an
issue introduced in 2.7.5 whereby the filter and validator chains composed in
inputs pulled from the `InputFilterPluginManager` were not receiving the
default filter and validator plugin manager instances. A solution was created
that preserves the original behavior as well as the bugfix that created the
regression.

## 2.7.5 - 2017-11-07

### Added
Expand Down

0 comments on commit a6ba46a

Please sign in to comment.