From ca20077786eff5026fa0cae2304181af93383ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Thu, 14 Dec 2023 10:24:41 +0100 Subject: [PATCH] Add changelog --- changelog/unreleased/improve-ocm-support.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/improve-ocm-support.md diff --git a/changelog/unreleased/improve-ocm-support.md b/changelog/unreleased/improve-ocm-support.md new file mode 100644 index 0000000000..7bd20368a1 --- /dev/null +++ b/changelog/unreleased/improve-ocm-support.md @@ -0,0 +1,5 @@ +Bugfix: Improve OCM support + +We improved functionality of the OCM support. + +https://github.com/owncloud/ocis/pull/7973