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/10/14 08:22:32 UTC

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

Author: fanningpj
Date: Mon Oct 14 08:22:32 2019
New Revision: 1868426

URL: http://svn.apache.org/viewvc?rev=1868426&view=rev
Log:
[bug-63842] FractionFormat casts whole part of the value into 'int'. Thanks to maksut

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=1868426&r1=1868425&r2=1868426&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Mon Oct 14 08:22:32 2019
@@ -122,6 +122,7 @@
         <action dev="PD" type="add" fixes-bug="github-157" context="OOXML">Add setters to POIXMLProperties</action>
         <action dev="PD" type="fix" fixes-bug="63153" context="XDDF">Enable safe removal of data series from charts</action>
         <action dev="PD" type="fix" fixes-bug="59623" context="XDDF">Provide example of threshold line in bar chart</action>
+        <action dev="PD" type="fix" fixes-bug="63842" context="SS_Common">FractionFormat casts whole part of the value into 'int'</action>
       </actions>
     </release>
 



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