From a4acfb14cfa1164a45276d084f4c8bd5897284c6 Mon Sep 17 00:00:00 2001 From: Andris Causs Date: Tue, 6 Feb 2018 14:20:21 +0000 Subject: [PATCH] Adds CHANGELOG entry for #129 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf31669..258ecebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,9 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#129](https://github.com/zendframework/zend-inputfilter/pull/129) fixes + incorrect abstract service factory registration in `ConfigProvider`as per + the [latest documentation](https://docs.zendframework.com/zend-inputfilter/specs/#setup). ## 2.8.1 - 2018-01-22