Prepare release 2.2.0

This commit is contained in:
Mike Bierlee 2015-07-06 22:54:07 +02:00
parent c87981861d
commit 1551f9e012
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
Poodinis Changelog
==================
**Next Release**
**Version 2.2.0**
* ADD canonical package module "package.d". Use "import poodinis;" to import the project.
* DEPRECATE module "dependency.d". Please use the canonical package module. See previous point.
* ADD autowiring of dynamic arrays. All registered instances of the element type of the array will be assigned to it.

View file

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