summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-08-30 18:13:51 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-08-30 20:48:22 +0200
commit1e536fdcb7864adb797b4280e3ed99c60ff83fda (patch)
tree53aec414ee6521215363faf416c6f01bb85458da /CHANGELOG.md
parent753e88793e0525cadd8a544e3f4093cc3cf7b331 (diff)
Release 18.2.0-beta118.2.0-beta1
Changed - Ported the admin settings to vue (#2353) Fixed - Fix PHP 8.1 deprecations (#1861) - Document api item types (#1861) - Fix deprecation warnings from Nextcloud server (#1869) - Fix when marking all items as read, all items of the user are used in the sql query (#1873) - Fix adding feed via the web-ui that was just deleted causing an error (#1872) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45489f10b..99b9c467c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
# Unreleased
## [18.x.x]
### Changed
+
+### Fixed
+
+# Releases
+## [18.2.0-beta1] - 2022-08-30
+### Changed
- Ported the admin settings to vue (#2353)
### Fixed
@@ -14,7 +20,6 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
- Fix when marking all items as read, all items of the user are used in the sql query (#1873)
- Fix adding feed via the web-ui that was just deleted causing an error (#1872)
-# Releases
## [18.1.1] - 2022-08-12
### Changed
- Change autodiscover to only run after fetching the given url has failed (#1860)