Skip to content
Closed
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
1 change: 1 addition & 0 deletions packages/remote-feature-flag-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- pr preview comment
Copy link

Choose a reason for hiding this comment

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

Bug: Test entry accidentally added to changelog

The entry - pr preview comment appears to be a test/placeholder entry that was added to verify PR preview functionality. Unlike all other changelog entries in this file, it lacks a proper description, PR link, and doesn't describe an actual code change. This test content would be published in the official changelog if merged.

Fix in Cursor Fix in Web

- Add override functionality to remote feature flags ([#7271](https://github.com/MetaMask/core/pull/7271))
- `setFlagOverride(flagName, value)` - Set a local override for a specific feature flag
- `removeFlagOverride(flagName)` - Clear the local override for a specific feature flag
Expand Down
Loading