From 939ec489c288b22decc2eb439b373bbe2d868a95 Mon Sep 17 00:00:00 2001 From: James Hugman Date: Thu, 17 Aug 2023 14:53:58 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eaef55126..01cbd472f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,18 @@ - Renamed `Logger` to `AppServicesLogger` to avoid a name conflict on Swift. +## Nimbus CLI [⛅️🔬🔭👾](./components/support/nimbus-cli) + +### ✨ What's New ✨ + +- Added passthrough to FML command line ([#5784](https://github.com/mozilla/application-services/pull/5784)), effectively unifying the two command line tools. + +## Nimbus FML ⛅️🔬🔭🔧 + +### 🦊 What's Changed 🦊 + +- Removed previously deprecated commands `experimenter`, `ios`, `android`, `intermediate-repr` ([#5784](https://github.com/mozilla/application-services/pull/5784)). + # v117.0 (_2023-07-31_) ## General