From 0a6105ba497d22a07efb7aa1f2bfd2949148e236 Mon Sep 17 00:00:00 2001 From: Alin Eugen Deac Date: Sat, 13 Apr 2024 12:30:28 +0200 Subject: [PATCH] Change release notes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 027dc22c..b97fcb4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Core `Application` in `@aedart/core` (_new package_). * `@aedart/support/services` (_new submodule_). * Abstract `ServiceProvider` in `@aedart/support/services`. -* `isServiceProviderConstructor()` util in `@aedart/support/services`. +* `isServiceProviderConstructor()` and `isServiceProvider()` utils in `@aedart/support/services`. ### Fixed