diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-12-22 07:52:55 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-12-22 07:52:55 +0000 |
commit | f186843733438065c429b9ac855aac76a8c59584 (patch) | |
tree | bae3c5b7e60da576d11b967b41f0cfddfe9d9b8a /src/documentation | |
parent | 5126999358e502c1d207313e772c272d36d3c4a1 (diff) | |
download | poi-f186843733438065c429b9ac855aac76a8c59584.tar.gz poi-f186843733438065c429b9ac855aac76a8c59584.zip |
improved performance of DateUtil.isCellDateFormatted(), see Bugzilla 48425
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893105 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 5ef12fb3ab..b7720e9e86 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.7-SNAPSHOT" date="2010-??-??"> + <action dev="POI-DEVELOPERS" type="fix">48425 - improved performance of DateUtil.isCellDateFormatted() </action> <action dev="POI-DEVELOPERS" type="fix">47215 - fixed InterfaceEndRecord to tolerate unexpected record contents </action> <action dev="POI-DEVELOPERS" type="fix">48415 - improved javadoc on HSSPicture.resize() </action> <action dev="POI-DEVELOPERS" type="add">added Ant target to install artifacts in local repository </action> |