From 5efc1a2639601cc109ed0d4b035f02ca293ee241 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Mon, 17 Aug 2026 17:33:36 +0200 Subject: [PATCH] feat: add some compat info to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a38d23..34c8392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ### Added -- `DefaultBrowserSettingEnabled` policy: Control whether the user can set Firefox as the default browser. +- `DefaultBrowserSettingEnabled` policy: Control whether the user can set Firefox as the default browser. Ships in Firefox 154 and Firefox ESR 153.1.0. [#268](https://github.com/mozilla/enterprise-admin-reference/pull/268) - `DisableLocalPolicies` policy: Disable all local policy sources (policies.json, Windows GPO and macOS plist). [#216](https://github.com/mozilla/enterprise-admin-reference/pull/216) ### Changed