diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 31bab1ca6c8..88d0ae08402 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,6 +8,15 @@ + + neko: Some missing end-of-file checks added (this fixes possible IndexOutOfBounds exceptions). + + + neko: Possilbe OOM exception with broken input fixed. + + + core-js: JSON.stringify() fixes. + HTMLCollection IE only methods nextNode() and reset() removed.