From b462945c0a95eb051b6650d60c3e7e3f09311c96 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Wed, 4 Jan 2023 19:14:40 +0100 Subject: [PATCH] document last changes and use latest core-js --- pom.xml | 2 +- src/changes/changes.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 702fb4ef115..db58053f9ed 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 1.13.0 2.69.0-SNAPSHOT - 2.68.0 + 2.69.0-SNAPSHOT 2.69.0-SNAPSHOT 4.7.2 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fa19a08034e..ff7a7890a1d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -11,6 +11,9 @@ Xerces detection fixed (regression in 2.68.0). + + core-js: fix scope for bound functions called inside Promise.then(). + Cached location.hash was not updated by history.replaceState() / history.pushState(). @@ -20,6 +23,12 @@ Inconsistent use of UrlUtils.encodeAnchor() / UrlUtils.encodeHash(). + + neko: more unused code removed. + + + xpath: again some unused code removed. +