From 54f2f968abc552b06c181ceb5ef8483b4b6acf75 Mon Sep 17 00:00:00 2001 From: fxbrit Date: Mon, 7 Feb 2022 11:04:39 +0100 Subject: [PATCH] update changelog --- docs/Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Changelog.md b/docs/Changelog.md index e6c6f8c..c923657 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,12 +10,14 @@ Setting versions are documented using the pref `librewolf.cfg.version`, availabl **References**: - showing the insecure connection text is redundant as there's already the lock UI for http websites. - `browser.places.speculativeConnect.enabled` controls speculative connections for bookmarks and will be fully effective only once we hit v98. +- we will no longer disable history but we'll clear it on close. [reasoning](https://gitlab.com/librewolf-community/settings/-/issues/135). **Notes**: the settings have been re-organized and they should also be documented a bit better now. #### Removed preferences ``` defaultPref("security.insecure_connection_text.enabled", true); // display http websites as insecure in the ui +defaultPref("places.history.enabled", true); ``` #### Added preferences