From 1b60a796b5128d234fa37c954856ca4843e20c9b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Apr 2026 05:55:23 +0000 Subject: [PATCH 1/2] Add release notes for Go Feature Management v2.3.1 Agent-Logs-Url: https://github.com/Azure/AppConfiguration/sessions/e3edd429-f40b-44ae-898c-6da90af67962 Co-authored-by: linglingye001 <143174321+linglingye001@users.noreply.github.com> --- releaseNotes/GoFeatureManagement.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/releaseNotes/GoFeatureManagement.md b/releaseNotes/GoFeatureManagement.md index 6d97184f..4a9fd4bc 100644 --- a/releaseNotes/GoFeatureManagement.md +++ b/releaseNotes/GoFeatureManagement.md @@ -2,6 +2,12 @@ [Source code][source_code] | [Package][package] | [Samples][samples] +## v2.3.1 - April 15, 2026 + +### Bug Fixes + +* Fixed a bug where `isEnabled` returned `false` when an unregistered feature filter was encountered while using `RequirementType` `Any`, even if other registered filters in the list could enable the feature. [#158](https://github.com/microsoft/FeatureManagement-JavaScript/pull/158) + ## v1.1.1 - October 17, 2025 ### Enhancement From 2207fae24334e915c096b5801cf9fd763a3e141b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Apr 2026 05:58:40 +0000 Subject: [PATCH 2/2] Move v2.3.1 release notes from Go to JavaScript Feature Management Agent-Logs-Url: https://github.com/Azure/AppConfiguration/sessions/16873dce-31ea-4d45-81c7-3d0f39b41c2d Co-authored-by: linglingye001 <143174321+linglingye001@users.noreply.github.com> --- releaseNotes/GoFeatureManagement.md | 6 ------ releaseNotes/JavaScriptFeatureManagement.md | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/releaseNotes/GoFeatureManagement.md b/releaseNotes/GoFeatureManagement.md index 4a9fd4bc..6d97184f 100644 --- a/releaseNotes/GoFeatureManagement.md +++ b/releaseNotes/GoFeatureManagement.md @@ -2,12 +2,6 @@ [Source code][source_code] | [Package][package] | [Samples][samples] -## v2.3.1 - April 15, 2026 - -### Bug Fixes - -* Fixed a bug where `isEnabled` returned `false` when an unregistered feature filter was encountered while using `RequirementType` `Any`, even if other registered filters in the list could enable the feature. [#158](https://github.com/microsoft/FeatureManagement-JavaScript/pull/158) - ## v1.1.1 - October 17, 2025 ### Enhancement diff --git a/releaseNotes/JavaScriptFeatureManagement.md b/releaseNotes/JavaScriptFeatureManagement.md index f9652af8..125dd35f 100644 --- a/releaseNotes/JavaScriptFeatureManagement.md +++ b/releaseNotes/JavaScriptFeatureManagement.md @@ -2,6 +2,12 @@ [Source code][source_code] | [Package (npm)][package] | [Samples][samples] +## 2.3.1 - April 15, 2026 + +### Bug Fixes + +* Fixed a bug where `isEnabled` returned `false` when an unregistered feature filter was encountered while using `RequirementType` `Any`, even if other registered filters in the list could enable the feature. [#158](https://github.com/microsoft/FeatureManagement-JavaScript/pull/158) + ## 2.3.0 - March 10, 2026 ### Enhancements