From ce7cf998876d4471c6e4f967c08f5b033af9076e Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Tue, 3 May 2022 01:10:18 +0200 Subject: [PATCH] Add missing CHANGELOG entries --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ff46d6..7e0e2bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ * move incognito settings to separate page (thanks to @uazo) * disable automatic offline pages saving by default (thanks to @uazo) * make history support and site settings in always incognito mode disabled by default (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1991) +* move pop-up toolbar to the bottom when using bottom navigation bar (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/2030) +* menu does not show all entries (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/2011) +* stray shadow when using bottom toolbar (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1995) # 101.0.4951.39 * save only ContentSettings in always-incognito mode (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1942)