From bc4e56388a1cf694f74fe91f90a3585b4767bb1b 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 b4782a6..b2caef2 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