From 674481d28dcf8f9711d9916c678de98a7c377d7b Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Sat, 6 Feb 2021 15:34:38 +0100 Subject: [PATCH] Add missing entry to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c14707a..01d92093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * store proxy configuration in LocalState instead of Profile (thanks to @uazo) * fix toggle for reversing the meaning of bypass rules (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/884) * ignore managed state and policies for secure DNS (fixes https://github.com/bromite/bromite/issues/832) +* do not permit user-installed certificates # 88.0.4324.141 * fix bookmarks not opening (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/891)