diff --git a/package.xml b/package.xml
index 01012f2..96732d2 100644
--- a/package.xml
+++ b/package.xml
@@ -24,16 +24,17 @@
- 0.7
- 2004-02-27
+ 0.8
+ 2004-06-22
New features:
- - allow setting temp dir other than default using setTempDir() (using OLE 5.0 for this).
- - added setMerge() for merging (only for experimental Excel97 generation)
- - added setCountry() method.
- - added setLocked() method.
+ - added hideScreenGridlines() (Paul Osman)
Bug fixes:
- - Fixed bug #415, typo in BIFF8 code (papercrane at reversefold dot com)
+ - Fixed SST table (long strings) (Bernd Jaenichen)
+ - Fixed bug #1218, (boucher dot stephane at free dot fr)
+ - Fixed bug #1344, ()
+ - Fixed bug #781, insertBitmap ignores row height
+ - Fixed bug #578, setVPageBreaks doesn't handle multiple value arrays (natel at tocquigny dot com)
OLE
@@ -129,5 +130,18 @@ $woorrkbook->setVersion(8);
- Fixed bug #59, retval undefined for writeRow() (Bertrand)
+
+ 0.7
+ 2004-02-27
+
+ New features:
+ - allow setting temp dir other than default using setTempDir() (using OLE 5.0 for this).
+ - added setMerge() for merging (only for experimental Excel97 generation)
+ - added setCountry() method.
+ - added setLocked() method.
+ Bug fixes:
+ - Fixed bug #415, typo in BIFF8 code (papercrane at reversefold dot com)
+
+