From 26bcb6a90d29da493dad57d8bd0c2037d5e6bc8c Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 10 Oct 2022 17:54:34 +0200 Subject: [PATCH] chore: generate changelog for 3.0.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a29e18b5..05cf30e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + + +## [3.0.0](https://github.com/libretime/libretime/compare/3.0.0-beta.2...3.0.0) (2022-10-10) + +- [Release note](https://libretime.org/docs/releases/3.0.0/) + +### Bug Fixes + +- clean exit by catching keyboard interrupt ([#2206](https://github.com/libretime/libretime/issues/2206)) +- **legacy:** missing plupload uk_UA translation +- **legacy:** jquery i18n translations for plupload +- **legacy:** gracefully handle missing asset checksum +- disable some systemd security features on bionic ([#2219](https://github.com/libretime/libretime/issues/2219)) + +### Documentation + +- **legacy:** how to add a new language + +### Tests + +- **analyzer:** fix wrong bit_rate values + ## [3.0.0-beta.2](https://github.com/libretime/libretime/compare/3.0.0-beta.1...3.0.0-beta.2) (2022-10-03)