aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2021-01-08 20:44:53 +0100
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2021-01-08 20:44:53 +0100
commitb8c8f7ee1297752e4577528a3dd26802672bc5cf (patch)
treec7eac59bfa6a93d2b184ce98ccf183722b4e4c1b /CHANGELOG.md
parentv84.0.1-1 (diff)
downloadlibrewolf-linux-b8c8f7ee1297752e4577528a3dd26802672bc5cf.tar.gz
librewolf-linux-b8c8f7ee1297752e4577528a3dd26802672bc5cf.tar.bz2
librewolf-linux-b8c8f7ee1297752e4577528a3dd26802672bc5cf.zip
add patch to binary_tarball script as well
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 d843606..4df36ac 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-2] - Unreleased
+
+### Fixed
+
+- Patch for global menubar added to AppImage and Flatpak build script as well
+
## [84.0.1-1] - 2021-01-07
### Fixed
bgstack15