summaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/status.xml
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2008-04-16 07:47:16 +0000
committerYegor Kozlov <yegor@apache.org>2008-04-16 07:47:16 +0000
commit3e3ed348cc702a6994832b8b155b8c87eabfbfe3 (patch)
tree2507c73bb74782dde06e4ccd5d9f3847d48cdce8 /src/documentation/content/xdocs/status.xml
parentc59e7e7cd298149f20e2a282c49724479d3f22e6 (diff)
downloadpoi-3e3ed348cc702a6994832b8b155b8c87eabfbfe3.tar.gz
poi-3e3ed348cc702a6994832b8b155b8c87eabfbfe3.zip
bug #41071 is fixed in trunk. Added a unit test and resolved.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@648589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/status.xml')
-rw-r--r--src/documentation/content/xdocs/status.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index ea31578414..6fb6c35c03 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -34,6 +34,9 @@
<!-- Don't forget to update changes.xml too! -->
<changes>
<release version="3.0.3-beta1" date="2008-04-??">
+ <action dev="POI-DEVELOPERS" type="add">HSLF: Implemented more methods in PPGraphics2D</action>
+ <action dev="POI-DEVELOPERS" type="add">HSLF: Added Freeform shape which can contain both lines and Bezier curves</action>
+ <action dev="POI-DEVELOPERS" type="fix">41071 - Improved text extraction in HSLF</action>
<action dev="POI-DEVELOPERS" type="add">30311 - Conditional Formatting - improved API, added HSSFSheetConditionalFormatting</action>
<action dev="POI-DEVELOPERS" type="fix">Update the formula parser code to use a HSSFWorkbook, rather than the low level model.Workbook, to make things cleaner and make supporting XSSF formulas in future much easier</action>
<action dev="POI-DEVELOPERS" type="fix">Fix the logger used by POIFSFileSystem, so that commons-logging isn't required when not used</action>