Author: kiwiwings
Date: Sun Dec 13 16:00:53 2020
New Revision: 1884385

URL: http://svn.apache.org/viewvc?rev=1884385&view=rev
Log:
added summary items to 5.0.0

Modified:
    poi/site/src/documentation/content/xdocs/changes.xml

Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1884385&r1=1884384&r2=1884385&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Sun Dec 13 16:00:53 
2020
@@ -72,6 +72,8 @@
 
     <release version="5.0.0" date="2021-??-??">
         <summary>
+            <summary-item>Upgrade to ECMA-376 3rd edition (transitional) 
schemas - expect API breaks when using XmlBeans directly</summary-item>
+            <summary-item>Change artifact names of poi-/ooxml-schemas to 
poi-ooxml-lite/full</summary-item>
             <summary-item>Upgrade to XMLSec 2.2.0</summary-item>
             <summary-item>updated dependencies to Bouncycastle 1.67, 
Commons-Codec 1.15, Commons-Compress 1.20</summary-item>
             <summary-item>XWPF - improvements in table and 
paragraph</summary-item>
@@ -100,7 +102,7 @@
             <action type="fix" fixes-bug="57843" 
context="HWPF">RuntimeException on extracting text from Word 97-2004 
Document</action>
             <action type="fix" fixes-bug="55505" context="HSSF">CountryRecord 
not found</action>
             <action type="fix" fixes-bug="64387" context="POIFS">Big POIFS 
stream result in OOM</action>
-            <action type="add" fixes-bug="64411" context="POI_Overall">Provide 
JigSaw modules</action>
+            <action type="add" fixes-bug="64411" context="POI_Overall" 
breaks-compatibility="true">Provide JigSaw modules</action>
             <action type="fix" fixes-bug="64441" 
context="SS_Common">Synchronize code that initialises WorkbookFactory</action>
             <action type="add" fixes-bug="63819" context="SS_Common">Support 
DateValue function</action>
             <action type="add" fixes-bug="github-179" context="SS_Common">Add 
an option for RangeCopier.copyRange() also clone styles</action>
@@ -119,7 +121,7 @@
             <action type="fix" fixes-bug="60397" context="XSSF">Improve 
performance of cell merge</action>
             <action type="fix" fixes-bug="github-206" context="SXSSF">Improve 
performance of SXSSF cell evaluation</action>
             <action type="fix" fixes-bug="64976" context="SS_Common">Change 
some methods to return ints instead of shorts (Font and CellStyle)</action>
-            <action type="fix" fixes-bug="56205" context="OOXML">Upgrade OOXML 
schema to 3rd edition (transitional)</action>
+            <action type="fix" fixes-bug="56205" context="OOXML" 
breaks-compatibility="true">Upgrade OOXML schema to 3rd edition 
(transitional)</action>
             <action type="fix" fixes-bug="64979" context="OOXML">Change 
artifact names of poi-/ooxml-schemas</action>
         </actions>
     </release>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org
For additional commands, e-mail: commits-h...@poi.apache.org

Reply via email to