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)