aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/status.xml
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2010-09-16 16:01:12 +0000
committerNick Burch <nick@apache.org>2010-09-16 16:01:12 +0000
commit0aa3daebeec2963a3f68c1766fd37feb2ac057b9 (patch)
treed2ae60a397aed86d6721bf310da0b4571f8e2b52 /src/documentation/content/xdocs/status.xml
parentdbaf5aba32f5cb609c6b17f1221eccd6214c136a (diff)
downloadpoi-0aa3daebeec2963a3f68c1766fd37feb2ac057b9.tar.gz
poi-0aa3daebeec2963a3f68c1766fd37feb2ac057b9.zip
Fix bug #49941 - Correctly handle space preservation of XSSFRichTextRuns when applying fonts to parts of the string
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@997811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/status.xml')
-rw-r--r--src/documentation/content/xdocs/status.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index 8d05120a97..1332578fff 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -34,6 +34,7 @@
<changes>
<release version="3.7-beta3" date="2010-??-??">
+ <action dev="poi-developers" type="fix">49941 - Correctly handle space preservation of XSSFRichTextRuns when applying fonts to parts of the string</action>
<action dev="poi-developers" type="fix">Correct XWPFRun detection of bold/italic in a paragraph with multiple runs of different styles</action>
<action dev="poi-developers" type="add">Link XWPFPicture to XWPFRun, so that embedded pictures can be access from where they live in the text stream</action>
<action dev="poi-developers" type="fix">Improve handling of Hyperlinks inside XWPFParagraph objects through XWPFHyperlinkRun</action>