Fix changelog

This commit is contained in:
Tobias Speicher
2022-04-04 10:36:39 +02:00
parent 84aead39bf
commit 4227769d45

View File

@@ -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