Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions releaseNotes/JavaScriptFeatureManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Comment on lines +7 to +9
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description says this change also reverts an incorrectly placed entry in GoFeatureManagement.md, but this PR only modifies JavaScriptFeatureManagement.md. Either include the Go release-notes revert in this PR or update the PR description to match the actual changes.

Copilot uses AI. Check for mistakes.

## 2.3.0 - March 10, 2026

### Enhancements
Expand Down
Loading