From 3b9d3b74c3baa0b88b974eed97e5cae40b12720e Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Sat, 19 Oct 2024 20:16:15 +0200 Subject: [PATCH] fix docu --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3e06bf111d..a1eb1b6775 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -21,7 +21,7 @@ Bunch of fixes for the various ruby supprt tags. - Cleanup of the DefaultElementFactory to simplify the code and improve the performance. + Cleanup of the ElementFactory/DefaultElementFactory to simplify the code and improve the performance. Small performance and memory optimization for the creation of our DOM tree.