Prepare release 0.3.1

This commit is contained in:
Mike Bierlee 2015-01-25 21:28:35 +01:00
parent 36992c633a
commit a1d04f7f76
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
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**
* ADD alternative workaround to readme for autowire limitation
* CHANGE returning of resolved instances by returning them by qualifier type instead

View file

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