From e5a6dc1d8ce00375ac672f768777b2f536bdc660 Mon Sep 17 00:00:00 2001 From: James Hugman Date: Thu, 12 Oct 2023 13:17:20 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb5ae7ef96..5aead16f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,9 @@ - This adds methods to get the feature_ids and descriptions from a loaded manifest. - 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. +- Added `pref-key` to feature variables schema definition ([#5862](https://github.com/mozilla/application-services/pull/5862)). + - This allows developers to override remote and default values of top-level variables with preferences. + - Requires setting `userDefaults` and `sharedPreferences` in the call to `NimbusBuilder`. ### 🦊 What's Changed 🦊