From a466e4d9b6ebec38b4fe6201f0943fadd3a2e999 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Fri, 15 Apr 2022 17:46:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20add=20a=20changelog=20to?= =?UTF-8?q?=20document=20changes=20starting=20from=20v3.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d2fbfb6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog +Starting from v3.0.0, all notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] +### Breaking Changes +- Namespace change: ⚠This requires configuration changes to be applied to your config.php.⚠\ + Specifically the `class` attribute needs to be changed to the full class path starting with `\OCA\UserExternal\` and ending with the name of the specific authentication backend you use (e.g. IMAP or FTP). Check the [README.md](https://github.com/nextcloud/user_external#readme) for the concrete value you have to set. + +### Added +- Support for Nextcloud 23 and 24 + [#191](https://github.com/nextcloud/user_external/pull/191) @MarBie77 +- New CI config (migrate to Github Workflows) + [#192](https://github.com/nextcloud/user_external/pull/192) @skjnldsv + +## Older releases +For versions before 3.0.0 please check the [github releases](https://github.com/nextcloud/user_external/releases) for release notes.