diff --git a/static/editors/oxygen/latest.xhtml b/static/editors/oxygen/latest.xhtml
index 1cd62d2..58adcfc 100644
--- a/static/editors/oxygen/latest.xhtml
+++ b/static/editors/oxygen/latest.xhtml
@@ -15,6 +15,18 @@
Changelog (not inclusive)
+
+
v3.4.1
+
+ - Requires Java 17 or later. XSpec is tested with Java 17 and 21.
+ - xspec.bat and xspec.sh scripts support running tests for Schematron schemas using XQS as the Schematron implementation. Before running the script, you must install BaseX and set an environment variable named BASEX_JAR to the location of BaseX.jar.
+ - The built-in XQuery-based Schematron implementation, XQS, is now v1.1.5.
+ - The XProc-based Oxygen transformation scenarios for running XSpec tests for XSLT and XQuery now use XProc 3 instead of XProc 1.
+ - Tested with Oxygen 28.0. This add-on requires Oxygen 28.0 or later, due to the XProc 3 scenarios.
+ - Tested with BaseX 12.1.
+ - Tested with Saxon 12.9 and 11.7. XSpec no longer supports Saxon 10.
+
+
v3.3.2
@@ -76,17 +88,6 @@
- Official release of v3.1
-
-
v3.1.1
-
- - Release Candidate of the stable release
- - fix(report): XSLT code coverage reports for Saxon 12.4 have many bug fixes in the coverage status
- - feat(schematron): SchXslt 1.10 replaces 1.9.5 as the built-in Schematron implementation
- - Tested with Saxon 10.9, 11.6, and 12.5, except that detailed contents of XSLT code coverage reports are tested with Saxon 12.4
- - Tested with Oxygen 26.1
- - Tested with BaseX 11.3
-
-