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. +