From 9e42b76f10dc3f4bc2b7483737539e55f720148a Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang <141655842+zhiyuanliang-ms@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:39:49 +0800 Subject: [PATCH] Update release notes for version 4.4.0 enhancements --- releaseNotes/Microsoft.Featuremanagement.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releaseNotes/Microsoft.Featuremanagement.md b/releaseNotes/Microsoft.Featuremanagement.md index f3a34181..5fa9d125 100644 --- a/releaseNotes/Microsoft.Featuremanagement.md +++ b/releaseNotes/Microsoft.Featuremanagement.md @@ -6,12 +6,12 @@ ### Enhancements -## 4.3.0 - August 27, 2025 - * Exposed the `SystemClock` property for `TimeWindowFilter` to enable the use of a custom `TimeProvider`. [#558](https://github.com/microsoft/FeatureManagement-Dotnet/issues/558) * Added new overloads for `FilterCollectionExtensions.AddForFeature` to support specifying multiple feature flags, requirement types, and negation. [#359](https://github.com/microsoft/FeatureManagement-Dotnet/pull/359) +## 4.3.0 - August 27, 2025 + ### Enhancements * Introduced `ConfigurationFeatureDefinitionProviderOptions` which allows to enable the new configuration merging behavior for the built-in `ConfiguationFeatureDefinitionProvider`. When the same feature flag is defined in multiple sources, definitions are merged according to configuration provider registration order, with the last feature flag definition taking precedence in case of conflicts. [#552](https://github.com/microsoft/FeatureManagement-Dotnet/pull/552)