update changelog

This commit is contained in:
fxbrit 2022-02-07 11:04:39 +01:00
parent 02c0df8b89
commit 54f2f968ab

View file

@ -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