From 70f8b15333415d86094b21fe89f3b3055ed70f21 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 22 Oct 2025 22:35:39 +0100 Subject: [PATCH] Update changes.xml --- src/documentation/content/xdocs/changes.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index 420b8d201c..2928a57068 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -84,7 +84,6 @@ Upgrade JaCoCo code-coverage tooling to 0.8.13 - Images in .xlsx-files can lead to temporary files filling up the disk Combination of XSSF and SXSSF may result in invalid files SXSSF: check for null _fd instance in dispose call Handle slightly broken WriteAccessRecord gracefully @@ -92,10 +91,18 @@ Support null alignment values in XWPFParagraph Decrease count when we remove merged regions Support all possible alignment values for docx tables + Incorrect Rounding in DataFormatter + StylesTable uses a catch block for logic flow Issue in setBulletStyle in XSLFTextParagraph Add support for SHEET function Add getters and setters for XWPFTable indentation Remove deprecated method XDDFChartData getSeries() + Add new parser classes where checked exceptions are thrown + Images in .xlsx files can lead to temporary files filling up the disk + Delay initialization of fontRenderContext field + Make getters public for XML beans in XWPFDefault*Style + Prevent NullPointerException in XWPFTable.getWidthType() + New api for reading XLSB files