From 49b19418d24a00ade4bca217be37ee01a11695c3 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Mon, 25 Jan 2021 15:23:46 +0100 Subject: [PATCH] added changelog --- changelog/unreleased/move-pman-to-ocis.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/move-pman-to-ocis.md diff --git a/changelog/unreleased/move-pman-to-ocis.md b/changelog/unreleased/move-pman-to-ocis.md new file mode 100644 index 0000000000..d03810d127 --- /dev/null +++ b/changelog/unreleased/move-pman-to-ocis.md @@ -0,0 +1,7 @@ +Change: Move runtime code on refs/pman over to owncloud/ocis/ocis + +Tags: ocis, runtime + +Currently, the runtime is under my own private account. For future-proofing we don't want oCIS critical components to depend on external repositories, so we're including refs/pman module as an oCIS package instead. + +https://github.com/owncloud/ocis/pull/1483