From b0f9b3d85a613a463974ff9310b688adec58dd1c Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Sun, 28 Apr 2024 11:08:34 +0200 Subject: [PATCH] core-js released --- pom.xml | 2 +- src/changes/changes.xml | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 352ef9c67e3..6a67e0672ec 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 4.1.0 4.1.0 4.1.0 - 4.1.0-SNAPSHOT + 4.1.0 4.1.0 4.5.14 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8cc686ab84e..9695e379c52 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -27,6 +27,15 @@ Deprecated http status code constants removed from WebResponse. + + core-js: Fixed handling of unicode characters in the lexer. + + + core-js: slightly improved Context.close() impl and try-with-resources usage. + + + core-js: slightly improved Context.close() impl and try-with-resources usage. + Upgrade commons-codec to 1.17.0. @@ -37,7 +46,7 @@ First simple version of HtmlElement innerText setter implemented. - XMLHttpRequest now supports the x-user-defined trick to transfer binary data. + XMLHttpRequest now supports the 'x-user-defined' trick to transfer binary data. Support for URL.createObjectURL() and URL.revokeObjectURL() added.