diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/documentation/content/xdocs/changes.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index c137381f78..9fecf0a1e4 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -70,11 +70,13 @@ </p> </section> - <release version="5.4.2" date="2025-??-??"> + <release version="5.5.0" date="2025-??-??"> <summary> <summary-item>Upgrade batik dependency to 1.19</summary-item> - <summary-item>Upgrade bouncycastle dependency to 1.80</summary-item> + <summary-item>Upgrade bouncycastle dependency to 1.81</summary-item> + <summary-item>Upgrade commons-codec dependency to 1.19.0</summary-item> <summary-item>Upgrade commons-collections4 dependency to 4.5.0</summary-item> + <summary-item>Upgrade commons-compress dependency to 1.28.0</summary-item> <summary-item>Upgrade commons-io dependency to 2.20.0</summary-item> <summary-item>Upgrade pdfbox dependency to 3.0.5</summary-item> <summary-item>Upgrade xmlsec dependency to 3.0.6</summary-item> @@ -91,6 +93,7 @@ <action type="fix" fixes-bug="github-770" context="XSLF">Issue in setBulletStyle in XSLFTextParagraph</action> <action type="add" fixes-bug="github-803" context="SS_Common">Add support for SHEET function</action> <action type="add" fixes-bug="github-804" context="XWPF">Add getters and setters for XWPFTable indentation</action> + <action type="fix" fixes-bug="github-864" context="XDDF">Remove deprecated method XDDFChartData getSeries()</action> </actions> </release> |