From 385142f5a589bb38c41990884297ee0aa998e044 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Mon, 11 Apr 2022 14:28:38 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 445019d8b..ca68c5809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The following sections list the changes for unreleased. * Change - Fix keys with underscores in the config files: [#3412](https://github.com/owncloud/ocis/pull/3412) * Change - Don't create demo users by default: [#3474](https://github.com/owncloud/ocis/pull/3474) * Enhancement - Alias links: [#3454](https://github.com/owncloud/ocis/pull/3454) +* Enhancement - Replace deprecated String.prototype.substr(): [#3448](https://github.com/owncloud/ocis/pull/3448) * Enhancement - Add sorting to GraphAPI users and groups: [#3360](https://github.com/owncloud/ocis/issues/3360) * Enhancement - Make config dir configurable: [#3440](https://github.com/owncloud/ocis/pull/3440) * Enhancement - Update reva to v2.x.x: [#3430](https://github.com/owncloud/ocis/pull/3430) @@ -66,6 +67,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/3454 +* Enhancement - Replace deprecated String.prototype.substr(): [#3448](https://github.com/owncloud/ocis/pull/3448) + + 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 + * Enhancement - Add sorting to GraphAPI users and groups: [#3360](https://github.com/owncloud/ocis/issues/3360) The GraphAPI endpoints for users and groups support ordering now. User can be ordered by