Add changelog

This commit is contained in:
Tobias Speicher
2022-04-04 05:07:37 +02:00
parent f915c7e371
commit 84aead39bf

View File

@@ -0,0 +1,7 @@
Change: Replace deprecated String.prototype.substr()
We've replaced all occurrences of the deprecated String.prototype.substr()
function with String.prototype.slice() which works similarly but isn't
deprecated.
https://github.com/owncloud/ocis/pull/3448