From a4a69b714b6e692152f3070bcb8dbe8b75b92535 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Tue, 3 Nov 2020 16:13:39 +0100 Subject: [PATCH] add a changelog --- changelog/unreleased/move-indexer-to-ocis-pkg.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/move-indexer-to-ocis-pkg.md diff --git a/changelog/unreleased/move-indexer-to-ocis-pkg.md b/changelog/unreleased/move-indexer-to-ocis-pkg.md new file mode 100644 index 000000000..296adb115 --- /dev/null +++ b/changelog/unreleased/move-indexer-to-ocis-pkg.md @@ -0,0 +1,5 @@ +Change: Move the indexer package from ocis/accounts to ocis/ocis-pkg + +We are making that change for semantic reasons. So consumers of any index don't necessarily need to know of the accounts service. + +https://github.com/owncloud/ocis/pull/794