From 97bf2be7451ececd0fc64e4d58db0bab16b4db7b Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 12 Mar 2025 09:35:43 +0100 Subject: [PATCH] docs: Reflect changes to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2cfebc..c8bd771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Updated test cases to utilize the new mode parameter when registering an instance. Disabled specific ESLint rule in Decorators.test.ts for deprecation warnings. Added an additional test call to test_RegisterInstanceDecorator with 'instance' mode. +- refactor: add region tags for overloads in Register.ts ### Deprecated