From 93da096c0738b4de4840f6bf21e87c596d8e48a1 Mon Sep 17 00:00:00 2001 From: Jack Peterson Date: Wed, 10 Aug 2016 11:56:11 -0700 Subject: [PATCH 1/2] fix use statement --- config/module.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/module.config.php b/config/module.config.php index 87219f8..6dba939 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -7,7 +7,7 @@ namespace ZF\Apigility\Documentation; use Zend\ServiceManager\Factory\InvokableFactory; -use Zend\View\Modle\ViewModel; +use Zend\View\Model\ViewModel; return [ 'router' => [ From 6f1561d052e967977c8143427f21ae38e65b46b3 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 10 Aug 2016 14:10:01 -0500 Subject: [PATCH 2/2] Added CHANGELOG for #53 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e362f..2f0aa80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 1.2.2 - TBD +## 1.2.2 - 2016-08-10 ### Added @@ -18,7 +18,8 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#53](https://github.com/zfcampus/zf-apigility-documentation/pull/53) fixes an + import statement in the configuration file. ## 1.2.1 - 2016-08-04