From ec90d982bee332c607b206b7b2d6465304db5bba Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Fri, 18 Feb 2022 00:48:05 +0300 Subject: [PATCH] Adjust changelog --- CHANGES.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f61fa7b..06ff727 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ Poodinis Changelog ================== +**Version 8.1.2** +* FIX compilation error on importing template types that are not actually types. + **Version 8.1.1** * FIX issues where chained registration scopes get rid of initializedBy's and initializedOnceBy's factory method, reverting it to a default instance factory. diff --git a/README.md b/README.md index 36fccc0..e35ad25 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 8.1.1 +Version 8.1.2 Copyright 2014-2022 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)