From 0a8fd53dac4296957ec34d8798ed9511f951fda8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20Villaf=C3=A1=C3=B1ez?= Date: Tue, 13 Aug 2024 11:08:15 +0200 Subject: [PATCH] chore: add changelog entry --- changelog/unreleased/collaboration-connector-refactor.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/collaboration-connector-refactor.md diff --git a/changelog/unreleased/collaboration-connector-refactor.md b/changelog/unreleased/collaboration-connector-refactor.md new file mode 100644 index 0000000000..d3ba1001c8 --- /dev/null +++ b/changelog/unreleased/collaboration-connector-refactor.md @@ -0,0 +1,5 @@ +Enhancement: Refactor the connector in the collaboration service + +This will simplify and homogenize the code around the connector + +https://github.com/owncloud/ocis/pull/9771