Prepare version 6.2.0

This commit is contained in:
Mike Bierlee 2016-04-10 13:38:27 +02:00
parent 4065ac9824
commit 7d55d9b7e3
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
Poodinis Changelog
==================
**Version NEXT**
**Version 6.2.0**
* ADD ability to mark autowire dependencies as optional. When you use UDA @OptionalDependency, a type which fails to autowire will remain null
(or an empty array). No ResolveException is thrown.

View file

@ -1,6 +1,6 @@
Poodinis Dependency Injection Framework
=======================================
Version 6.1.0+
Version 6.2.0
Copyright 2014-2016 Mike Bierlee
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)