mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Prepare release 0.3.1
This commit is contained in:
parent
36992c633a
commit
a1d04f7f76
|
@ -1,5 +1,8 @@
|
||||||
Poodinis Changelog
|
Poodinis Changelog
|
||||||
==================
|
==================
|
||||||
|
**Version 0.3.1**
|
||||||
|
* FIX issue where autowiring members which are declared by interface or supertype would get autowired incorrectly.
|
||||||
|
|
||||||
**Version 0.3.0**
|
**Version 0.3.0**
|
||||||
* ADD alternative workaround to readme for autowire limitation
|
* ADD alternative workaround to readme for autowire limitation
|
||||||
* CHANGE returning of resolved instances by returning them by qualifier type instead
|
* CHANGE returning of resolved instances by returning them by qualifier type instead
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Poodinis Dependency Injection Framework
|
Poodinis Dependency Injection Framework
|
||||||
=======================================
|
=======================================
|
||||||
Version 0.3.0
|
Version 0.3.1
|
||||||
Copyright 2014 Mike Bierlee
|
Copyright 2014 Mike Bierlee
|
||||||
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)
|
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue