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 2020/12/08 17:09:45 UTC

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

Author: fanningpj
Date: Tue Dec  8 17:09:45 2020
New Revision: 1884211

URL: http://svn.apache.org/viewvc?rev=1884211&view=rev
Log:
[bug-64964] HSSFCell.convertCellValueToBoolean shall throw more specific exception

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=1884211&r1=1884210&r2=1884211&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Tue Dec  8 17:09:45 2020
@@ -114,6 +114,7 @@
             <action type="fix" fixes-bug="64817" context="POIFS">Fix issue in testXLSXinPPT</action>
             <action type="fix" fixes-bug="github-193" context="SS_Common">Change TRUNC implementation to use MathX</action>
             <action type="add" fixes-bug="64867" context="SL_Common">Provide PDF rendering with PPTX2PNG</action>
+            <action type="fix" fixes-bug="64964" context="SS_Common">Converting cell values to boolean should throw IllegalStateException instead of RuntimeException when conversion is not possible</action>
         </actions>
     </release>
 



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