From 5af0cffa28ceee4eccc4c8ac909e5c6958c7efff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Pintos=20L=C3=B3pez?= Date: Mon, 18 Nov 2024 16:08:35 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2567c89f..e41c9d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,10 +64,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated `ServiceIdentifier` to rely on `Function` instead of `Abstract`. -- `injectable` decorator is no longer required. ### Fixed - Fixed `Target.getNameTag` with the right type: `number | string | symbol`. +- Fixed `interfaces.ModuleActivationStore.addDeactivation` to enforce `serviceIdentifier` and `onDeactivation` are consistent. +- Fixed `interfaces.ModuleActivationStore.addActivation` to enforce `serviceIdentifier` and `onDeactivation` are consistent. ## [6.0.3]