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