mirror of
https://github.com/mbierlee/poodinis.git
synced 2025-01-18 21:40:38 +01:00
Prepare release 0.1.3
This commit is contained in:
parent
50824b4e5c
commit
5ddcff7dcd
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
Poodinis Changelog
|
||||
==================
|
||||
**Version 0.1.3**
|
||||
* ADD global autowire function for convinience
|
||||
* CHANGE workaround to be more simple
|
||||
* FIX autowiring classes which container non-symbolic declarations such as aliases. As a result, only variables are attempted to be autowired.
|
||||
|
||||
**Version 0.1.2**
|
||||
* ADD workaround for failing to autowire types registered by supertype or interface
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Poodinis Dependency Injection Framework
|
||||
=======================================
|
||||
Version 0.1.2
|
||||
Version 0.1.3
|
||||
Copyright 2014 Mike Bierlee
|
||||
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)
|
||||
|
||||
|
|
Loading…
Reference in a new issue