From 730d001d30ee60103490e05244c874916ae2deaf Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sun, 15 Apr 2018 13:44:20 +0300 Subject: [PATCH] Prepare version 8.0.2 --- CHANGES.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d459995..a768c87 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ Poodinis Changelog ================== +**Version 8.0.2** +* FIX resolving types which use template types with circular type arguments (Thanks to aruthane for fixing this.) + **Version 8.0.1** * FIX value injectors failing to resolve in certain situations when they inject structs (Fixes issue #20) diff --git a/README.md b/README.md index 6e5a83e..f03b75b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 8.0.1 +Version 8.0.2 Copyright 2014-2018 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)