diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1c79797 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +All notable changes to this project will be documented in this file, in reverse chronological order by release. + +## 1.0.0 - 2016-03-24 + +First stable release. + +This component replaces the `PostRedirectGet` (aka `prg()`) plugin from +zend-mvc, for use with v3 of that component. + +### Added + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. diff --git a/doc/book/index.html b/doc/book/index.html index 93d2763..64f69c9 100644 --- a/doc/book/index.html +++ b/doc/book/index.html @@ -32,9 +32,10 @@

Installation

If not, you will need to add the component as a module to your - application. Add the entry `'Zend\Mvc\Plugin\Prg'` to your list of - modules in your application configuration (typically one of - `config/application.config.php` or `config/modules.config.php`). + application. Add the entry 'Zend\Mvc\Plugin\Prg' to + your list of modules in your application configuration (typically + one of config/application.config.php or + config/modules.config.php).