From 35103b995e02154dad9ea420cccaa5f4cd29f6bf Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sun, 13 Aug 2017 18:39:10 +0200 Subject: [PATCH] Refer to issue in changelog #20 --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8c5c68e..889d318 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ Poodinis Changelog ================== **Unreleased** -* FIX value injectors failing to resolve in certain situations when they inject structs +* FIX value injectors failing to resolve in certain situations when they inject structs (Fixes issue #20) **Version 8.0.0** * ADD value injection. Members with UDA @Value will be attempted to be injected with a value-type. See tutorial and examples for more info.