aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-28 19:37:58 -0500
committerB Stack <bgstack15@gmail.com>2020-12-28 19:37:58 -0500
commita3babbbf04ac08c06d579efc868ca8223cbd43f2 (patch)
tree05598bab36004fe81d70e661d1b7549948438710 /CHANGELOG.md
parentadd prep-librewolf-dpkg (diff)
parentupdate Changelog and add a note to the Readme (diff)
downloadlibrewolf-linux-a3babbbf04ac08c06d579efc868ca8223cbd43f2.tar.gz
librewolf-linux-a3babbbf04ac08c06d579efc868ca8223cbd43f2.tar.bz2
librewolf-linux-a3babbbf04ac08c06d579efc868ca8223cbd43f2.zip
Merge branch 'master' of https://gitlab.com/librewolf-community/browser/linux into debian
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 2ddb1b1..625c7b2 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.
+## [84.0-1] - 2020-12-25
+
+### Changed
+
+- New upstream release 84.0
+
## [83.0-1] - 2020-11-21
### Changed
bgstack15