From a9fa3ee3a7a21201b98e4d651b57fd081815b2c0 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Wed, 28 Sep 2022 22:24:33 +0200 Subject: [PATCH] Fix some typos in CHANGELOG --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7f3db4..45d173f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ # 105.0.5195.147 * enable HEVC by default (fixes https://github.com/bromite/bromite/issues/2331) * partition blobs by top frame URL (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/2312) -* use first accept-language as system language for Blink (thanks to @uazo, fixes https://github.com/bromite/bromite/pull/2311) -* fix injection with back-forward cache enabled (thanks to @uazo) +* use first accept-language as system language for Blink (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/2160) * fix user scripts injection with back-forward cache enabled (thanks to @uazo) * remove HTTP referrals in cross-origin navigation (thanks to @uazo) * update noise factor for anti-fingerpriting mitigations only once per document (fixes https://github.com/bromite/bromite/issues/2352)