diff --git a/CHANGES.md b/CHANGES.md index 5976a98..23252b5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/README.md b/README.md index a2be8fa..177d8b8 100644 --- a/README.md +++ b/README.md @@ -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/