mirror of
https://github.com/mbierlee/poodinis.git
synced 2025-01-18 13:32:50 +01:00
Prepare release 2.2.0
This commit is contained in:
parent
c87981861d
commit
1551f9e012
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue