From 5ddcff7dcd6d6616eeda045c4d6191e1e87c34a3 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sun, 13 Jul 2014 17:34:44 +0200 Subject: [PATCH] Prepare release 0.1.3 --- CHANGES.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f1cdd74..9255909 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/README.md b/README.md index 2ff3a5f..b53061d 100644 --- a/README.md +++ b/README.md @@ -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)