From ba38bf79525d10cbe3033e3e0a607022d29dc313 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Mon, 11 Jun 2018 19:22:32 +0300 Subject: [PATCH] Prepare version 8.0.3 --- CHANGES.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a768c87..4f1f9f4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ Poodinis Changelog ================== +**Version 8.0.3** +* FIX struct types being injected into constructors (Fixes issue #25) + **Version 8.0.2** * FIX resolving types which use template types with circular type arguments (Thanks to aruthane for fixing this.) diff --git a/README.md b/README.md index f03b75b..a0ce403 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 8.0.2 +Version 8.0.3 Copyright 2014-2018 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)