summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-08-26 17:36:59 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2023-08-27 21:07:58 +0200
commit65978ce09ffa673fc885bdf73403759705b78434 (patch)
tree170f34ead3c32365c7e9c779d4f981f6ca5b780f /CHANGELOG.md
parent75e5be3d5e28349ff5f9f0a9751210c482b985f3 (diff)
Release 24.0.0-beta124.0.0-beta1
Changed - Drop support for Nextcloud 25, Supported: 26, 27 (#2316) - Add a new command for occ `./occ news:updater:job` allows to check and reset the update job (#2166) - Check for available http(s) compression options and use them (gzip, deflate, brotli) (#2328) - Change and unify [cache](https://nextcloud.github.io/news/install/#cache) to use the instance ID of Nextcloud (#2331) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b2b391b1..0defbb9f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,13 +5,17 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
# Unreleased
## [24.x.x]
### Changed
+
+### Fixed
+
+# Releases
+## [24.0.0-beta1] - 2023-08-26
+### Changed
- Drop support for Nextcloud 25, Supported: 26, 27 (#2316)
- Add a new command for occ `./occ news:updater:job` allows to check and reset the update job (#2166)
- Check for available http(s) compression options and use them (gzip, deflate, brotli) (#2328)
- Change and unify [cache](https://nextcloud.github.io/news/install/#cache) to use the instance ID of Nextcloud (#2331)
-### Fixed
-# Releases
## [23.0.0] - 2023-08-16
No notable changes compared to 23.0.0-beta1