Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhugman committed Sep 19, 2023
1 parent 231140d commit 9b3a9de
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,8 +6,20 @@

### ✨ What's New ✨

- The `set_experiments` method has been updated to filter down the list of experiments to only those that match the configured `app_name` and `channel` ([#5813](https://github.com/mozilla/application-services/pull/5813)).
- The `set_experiments` method has been updated to filter down the list of experiments to only those that match the configured `app_name` and `channel` ([#5813](https://github.com/mozilla/application-services/pull/5813)).

## Nimbus FML ⛅️🔬🔭🔧

### ✨ What's New ✨

- Added a `FmlFeatureInspector` to the `FmlClient` ([#5827](https://github.com/mozilla/application-services/pull/5827)).
- This adds methods to parse a feature configuration and return errors.
- Added a `FmlFeatureDescriptor` to the `FmlClient` ([#5815](https://github.com/mozilla/application-services/pull/5815)).
- This adds methods to get the feature_ids and descriptions from a loaded manifest.

### ✨ What's New ✨

- The `set_experiments` method has been updated to filter down the list of experiments to only those that match the configured `app_name` and `channel` ([#5813](https://github.com/mozilla/application-services/pull/5813)).
## Places

### 🦊 What's Changed 🦊
Expand Down

0 comments on commit 9b3a9de

Please sign in to comment.