From a73b2b9b8b955c65265ca11c5b6b510e034174da Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 24 Jan 2015 16:47:40 +0100 Subject: [PATCH] Prepare documention for version 0.3.0 --- CHANGES.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d177e19..cccacba 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ Poodinis Changelog ================== +**Version 0.3.0** +* ADD alternative workaround to readme for autowire limitation +* CHANGE returning of resolved instances by returning them by qualifier type instead +* ADD debug specifier to reduce verbosity of debug output + **Version 0.2.0** * ADD ability to register type with multiple concrete types. They can be correctly resolved using qualifiers. * DEPRECATE template for autowiring in constructor. This workaround is buggy. Use qualifiers instead. diff --git a/README.md b/README.md index 1d26608..c13a66e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 0.2.0 +Version 0.3.0 Copyright 2014 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)