From 8bd88fbcb9d603aa1de8f3d58c8d8f6225b692a6 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Tue, 22 Mar 2022 10:50:29 +0300 Subject: [PATCH 1/2] Fix typo --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 06ff727..42359f6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,7 @@ Poodinis Changelog **Version 8.1.0** * ADD ability to provide custom instance creator when registering a dependency (PR #28) -* ADD post-instance-consruction callback (PR #28) +* ADD post-instance-construction callback (PR #28) * FIX inheritance type template in custom instance creator (PR #29) * CHANGE injection initializers to be defined as a registration scope instead of via Container.register(). See initializedBy(). * ADD initializedOnceBy() to create singleton instances via injection initializer. From a73e8c05df1432555fdef50a7d9407af50d90801 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sun, 25 Sep 2022 19:40:56 +0300 Subject: [PATCH 2/2] Fix linebreak in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e35ad25..590a422 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 8.1.2 +Version 8.1.2 Copyright 2014-2022 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)