summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-08-19 10:07:43 +0200
committerGitHub <noreply@github.com>2022-08-19 10:07:43 +0200
commit1784406fa770abb066f9e7d9714e2ca49b9b0aae (patch)
treebb8da1f9d5981e6d65ded4d74189755a2aad7559 /CHANGELOG.md
parentc09cca75b50d94b2d0d14f43b1136527364573d0 (diff)
Fix deprecation warnings from Nextcloud. (#1869)
* don't use private class anymore * execute is deprecated * fix migration execute statement * fix unittest Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d0c9ca53..2d6a396a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
### Fixed
- fix PHP 8.1 deprecations (#1861)
- document api item types (#1861)
+- Fix deprecation warnings from Nextcloud server (#1869)
# Releases
## [18.1.1] - 2022-08-12