From da9301f829de67149d50dce5b709aed42f1bfe1b Mon Sep 17 00:00:00 2001 From: James Hugman Date: Thu, 2 Nov 2023 17:40:40 +0000 Subject: [PATCH] Add changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8fe872b8b..d74392167d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ [Full Changelog](In progress) +## Nimbus SDK ⛅️🔬🔭 + +### 🦊 What's Changed 🦊 + +- Removed `enrollment_id` from being generated or recorded anywhere in the Nimbus SDK ([#5899](https://github.com/mozilla/application-services/pull/5899)). + - This was originally thought to be of use, but after running the system for sometime, we have found that this isn't needed. + - In the spirit of reducing unique identifiers in telemetry and in the spirit of Lean Data, we have removed `enrollment_id` (and the code that generates it). + # v120.0 (_2023-10-23_) ## FxA-Client