diff --git a/changelog/unreleased/collaboration-service-operations.md b/changelog/unreleased/collaboration-service-operations.md new file mode 100644 index 0000000000..e51788eec1 --- /dev/null +++ b/changelog/unreleased/collaboration-service-operations.md @@ -0,0 +1,5 @@ +Enhancement: New WOPI operations added to the collaboration service + +PutRelativeFile, DeleteFile and RenameFile operations have been added to the collaboration service. GetFileInfo operation will now report the support of these operations to the WOPI app + +https://github.com/owncloud/ocis/pull/9505