Skip to content

Commit

Permalink
Prepare Version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Bierlee committed Sep 26, 2015
1 parent 6607a47 commit 19af879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit 19af879

Please sign in to comment.