From bded43f646ce7272674c19653fa6b6fde4f50606 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Thu, 27 Oct 2022 02:28:05 +0300 Subject: [PATCH] Fix changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e2a4d52..0e7a0e6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,7 +3,7 @@ Poodinis Changelog **Version NEXT** * FIX unnecessary re-registration of types when registerBeforeResolving is specified. -* FIX registerOnResolve not working for classes that have no default constructor +* FIX registerBeforeResolving not working for classes that have no default constructor **Version 8.1.2** * FIX compilation error on importing template types that are not actually types.