You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2019/03/19 06:01:55 UTC

svn commit: r1855807 - /poi/site/src/documentation/content/xdocs/changes.xml

Author: fanningpj
Date: Tue Mar 19 06:01:55 2019
New Revision: 1855807

URL: http://svn.apache.org/viewvc?rev=1855807&view=rev
Log:
[bug-63268] fix issue where CellUtil.setFont is adding unnecessary styles

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=1855807&r1=1855806&r2=1855807&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Tue Mar 19 06:01:55 2019
@@ -118,6 +118,7 @@
         <action dev="PD" type="fix" fixes-bug="63005" context="POI_Overall">Remove support for reading files that have XML entity definitions</action>
         <action dev="PD" type="fix" fixes-bug="63013" context="XWPF">add XWPFRun setLang method</action>
         <action dev="PD" type="fix" fixes-bug="63240" context="XSSF">Remove unnecessary synchronization on DocumentHelper.newDocumentBuilder and SAXHelper.newXMLReader</action>
+        <action dev="PD" type="fix" fixes-bug="63268" context="SS_Common">Fix issue with CellUtil.setFont adding unnecessary styles</action>
       </actions>
     </release>
 



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