Author: yegor Date: Tue Jan 8 16:37:24 2019 New Revision: 1850773 URL: http://svn.apache.org/viewvc?rev=1850773&view=rev Log: added bugs 63054 and 62904 to changelog
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=1850773&r1=1850772&r2=1850773&view=diff ============================================================================== --- poi/site/src/documentation/content/xdocs/changes.xml (original) +++ poi/site/src/documentation/content/xdocs/changes.xml Tue Jan 8 16:37:24 2019 @@ -87,7 +87,9 @@ <release version="4.1.0" date="2019-02-??"> <actions> + <action dev="PD" type="add" fixes-bug="63054" context="SS_Common XSSF HSSF">Improved evaluation of array formulas with errors in arguments</action> <action dev="PD" type="fix" fixes-bug="63047" context="POI_Overall">Make POILogger subclassable</action> + <action dev="PD" type="add" fixes-bug="62904" context="SS_Common XSSF HSSF">Support array arguments in IF and logical IS*** functions</action> <action dev="PD" type="add" fixes-bug="63028" context="SL_Common XSLF HSLF">Provide font embedding for slideshows</action> <action dev="PD" type="fix" fixes-bug="61532" context="SXSSF">Fix setting values/types during formula evaluation for SXSSF</action> <action dev="PD" type="fix" fixes-bug="62629" context="OPC">Allow to handle files with invalid content types for pictures</action> @@ -134,10 +136,12 @@ <action dev="PD" type="fix" fixes-bug="62921" context="POI_Overall">Provide OOXMLLite alternative for Java 12+</action> <action dev="PD" type="fix" fixes-bug="62625" context="POI_Overall">Handle off-spec, variant REFERENCE_NAME record structure in VBAMacroReader</action> <action dev="PD" type="fix" fixes-bug="62624" context="POI_Overall">Handle module name mapping in VBAMacroReader</action> + <action dev="PD" type="fix" fixes-bug="62836" context="SS_Common">Support TREND function</action> <action dev="PD" type="fix" fixes-bug="62859" context="XWPF">Rare NPE while creating XWPFSDTContent</action> <action dev="PD" type="add" fixes-bug="62373" context="SS_Common">Support for FREQUENCY function</action> <action dev="PD" type="fix" fixes-bug="62831" context="POI_Overall">WorkbookFactory.create support for subclass of File, eg from JFileChooser</action> <action dev="PD" type="fix" fixes-bug="62815" context="XSSF">XLSB number extraction improvements</action> + <action dev="PD" type="fix" fixes-bug="62373" context="SS_Common">Support FREQUENCY function</action> <action dev="PD" type="fix" fixes-bug="62742" context="POI_Overall">Add common-compress jar to bin zip/tgz</action> <action dev="PD" type="fix" fixes-bug="62747" context="POI_Overall">Upgrade bouncycastle dependency to 1.60</action> <action dev="PD" type="fix" fixes-bug="62736" context="XWPF">Relations on XSLFPictureShape were removed unconditionally</action> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org For additional commands, e-mail: commits-h...@poi.apache.org