summaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/changes.xml
diff options
context:
space:
mode:
authorJosh Micich <josh@apache.org>2009-02-05 07:39:57 +0000
committerJosh Micich <josh@apache.org>2009-02-05 07:39:57 +0000
commit8a2b5147e325171f855b264747d3d087f46d749b (patch)
tree6fd5055b8366cef8f34fe0854f8525741692c100 /src/documentation/content/xdocs/changes.xml
parentda884af7df68a2da8b9ec8f3dd6ee960870e9e45 (diff)
downloadpoi-8a2b5147e325171f855b264747d3d087f46d749b.tar.gz
poi-8a2b5147e325171f855b264747d3d087f46d749b.zip
Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary indexes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741036 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/changes.xml')
-rw-r--r--src/documentation/content/xdocs/changes.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml
index eb6c43861a..292f202f80 100644
--- a/src/documentation/content/xdocs/changes.xml
+++ b/src/documentation/content/xdocs/changes.xml
@@ -37,6 +37,7 @@
<!-- Don't forget to update status.xml too! -->
<release version="3.5-beta5" date="2008-??-??">
+ <action dev="POI-DEVELOPERS" type="fix">46654 - HSSFRow/RowRecord to properly update cell boundary indexes</action>
<action dev="POI-DEVELOPERS" type="fix">46643 - Fixed formula parser to encode range operator with tMemFunc</action>
<action dev="POI-DEVELOPERS" type="fix">46647 - Fixed COUNTIF NE operator and other special cases involving type conversion</action>
<action dev="POI-DEVELOPERS" type="add">46635 - Added a method to remove slides</action>