aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-04-01 17:10:34 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-04-01 17:10:34 +0200
commit5bbd13e5fd0ff2135d0b5ad0c1cde76f8b6a872a (patch)
tree860eed013b480d46ebeb82c77e8e4e612e9dc381 /CHANGELOG.md
parentclarify webrtc usage (diff)
downloadlibrewolf-linux-5bbd13e5fd0ff2135d0b5ad0c1cde76f8b6a872a.tar.gz
librewolf-linux-5bbd13e5fd0ff2135d0b5ad0c1cde76f8b6a872a.tar.bz2
librewolf-linux-5bbd13e5fd0ff2135d0b5ad0c1cde76f8b6a872a.zip
small release: webrtc unlocked (but still disabled)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4344bd..ddaa0fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project follows the official Firefox releases, but also uses
[Arch Linux Package Versioning](https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_versioning) to mark individual releases in between versions.
+## [74.0-5] - 2020-04-01
+
+### Added
+
+- WebRTC related settings unlocked (but still disabled) in `librewolf.cfg`
+
## [74.0-4] - 2020-03-31
### Added
bgstack15