Prepare Version 5.0.0

This commit is contained in:
Mike Bierlee 2015-09-26 22:26:42 +02:00
parent 6607a47713
commit 19af879b5f
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
Poodinis Changelog
==================
** Next version**
**Version 5.0.0**
* DEPRECATE ADD_CONCRETE_TYPE_REGISTRATION registration option. It basically does nothing anymore. See next point.
* CHANGE adding registrations by super type always registers them by concrete type as well now. (Previously done with ADD_CONCRETE_TYPE_REGISTRATION). See DO_NOT_ADD_CONCRETE_TYPE_REGISTRATION for the reverse behaviour.

View file

@ -1,6 +1,6 @@
Poodinis Dependency Injection Framework
=======================================
Version 4.0.0
Version 5.0.0
Copyright 2014-2015 Mike Bierlee
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)
@ -60,6 +60,7 @@ Future Work
* Component scan (auto-registration)
* Custom instance factories (replaces registration scopes)
* Phobos collections autowiring
* Constructor injection
[Spring Framework]: http://projects.spring.io/spring-framework/
[Hypodermic]: https://github.com/ybainier/hypodermic/