From 760cfdb46ff7b572b0a40d3778a5384c112fd8ec Mon Sep 17 00:00:00 2001 From: James Hugman Date: Tue, 26 Sep 2023 13:25:30 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ec815d5e..c2b6aa8d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,9 +27,11 @@ - Added a `channels` subcommmand to the command line ([#5844](https://github.com/mozilla/application-services/pull/5844)). - This prints the channels for the given manifest. -### ✨ What's New ✨ +### 🦊 What's Changed 🦊 + +- Removed the `channel` argument from the `generate-experimenter` command ([#5843](https://github.com/mozilla/application-services/pull/5843)). + - This cleans up some design issues/technical debt deep within the internal representation of the FML compiler. -- 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 🦊