diff --git a/changelog/unreleased/change-replace-deprecated-substr b/changelog/unreleased/enhancement-replace-deprecated-substr similarity index 77% rename from changelog/unreleased/change-replace-deprecated-substr rename to changelog/unreleased/enhancement-replace-deprecated-substr index 5333cf52dc..4fdbddf5cb 100644 --- a/changelog/unreleased/change-replace-deprecated-substr +++ b/changelog/unreleased/enhancement-replace-deprecated-substr @@ -1,4 +1,4 @@ -Change: Replace deprecated String.prototype.substr() +Enhancement: 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