From 6bcade2e217ca6c12476cd5b602fc79c4fde0bf8 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Fri, 16 Apr 2021 13:27:06 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/remove-dead-runtime-code.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/remove-dead-runtime-code.md diff --git a/changelog/unreleased/remove-dead-runtime-code.md b/changelog/unreleased/remove-dead-runtime-code.md new file mode 100644 index 0000000000..e362df8a15 --- /dev/null +++ b/changelog/unreleased/remove-dead-runtime-code.md @@ -0,0 +1,5 @@ +Enhancement: Remove dead runtime code + +When moving from the old runtime to the new one there were lots of files left behind that are essentially dead code and should be removed. The original code lives here github.com/refs/pman/ if someone finds it interesting to read. + +https://github.com/owncloud/ocis/pull/1923