chore: add changelog entry

This commit is contained in:
Juan Pablo Villafáñez
2024-09-19 13:41:33 +02:00
parent 153502189d
commit 2bcc769168

View File

@@ -0,0 +1,5 @@
Bugfix: CheckFileInfo will return a 404 error if the target file isn't found
Previously, the request failed with a 500 error code, but it it will fail with a 404 error code
https://github.com/owncloud/ocis/pull/10112