From f1002aea221de2fae7e452d8b9f133b3a38b77cc Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 24 Mar 2016 14:05:47 -0500 Subject: [PATCH] Added CHANGELOG for #104 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 068794caa..2c1c0227d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,9 @@ for full details on how to migrate your v2 application. component. (That component also includes console-specific routes, which were removed from zend-router.) All service factories related to console functionality are also now provided by zend-mvc-console. +- [#104](https://github.com/zendframework/zend-mvc/pull/104) removes the `prg()` + plugin. It can now be installed separately via the + zendframework/zend-mvc-plugin-prg package. ### Fixed