0.2.9 (11-Jun-2004)
===================
- Added 'brown','cyan' and 'magenta' to the list of valid color strings
  for Format objects.
- Fixed bugs and slightly modified handling with regards to color,
  bg_color and fg_color attributes for Format objects.  Thanks go to
  David Brady for the spot.
- Minor optimization for the append and prepend methods in the BiffWriter
  class
- Minor $LOAD_PATH correction for test.rb
- Added some more unit tests for Format ojbects.
- Added warranty information
- LAST RELEASE USING EXCEL 95 FORMAT! (See README for more details)

0.2.8 (2-Dec-2003)
===================
- Eliminated warnings for 1.8.x
- Added a README file (which you should, of course, read)
- Tidied up test suite a bit, and made it MS Windows-friendly.
- Separated rd docs from source.  They are now in the 'doc' directory.  In
  the future, I plan to use RDoc for this package.
- Eliminated warnings caused by worksheet.rb when $DEBUG mode was used
  (method redefinitions).
- Renamed test cases to "tc_" for (foolish?) consistency with my other
  packages.
- Removed the VERSION() class method - use the constant instead.

0.2.7 (18-May-2003)
===================
- Modified worksheet.rb to truncate strings over 255 characters instead of
  raising a MaxSizeError.  This is what it should have been doing.  Thanks
  go to an anonymous sourceforge user.
- Minor modifications to test.rb and the MANIFEST

0.2.6 (7-Apr-2003)
==================
- Fixed minor bug in the write_blank() method which was accidentally
  reintroduced
- The write_row() and write_column() methods now handle nil properly
- Fixed a bug in the write_url() method
- Yet more unit tests added
- Minor doc tweaks/corrections
- Removed annoying MS Windows line formatting

0.2.5 (8-Mar-2003)
==================
- Added the format_row() and format_column() methods to worksheet.rb.
  These are analogous to the set_row() and set_column() methods.
- Updated the test suite for testunit 0.1.8
- Fixed some bugs in the test suite
- Updated and fixed some documentation

0.2.4 (30-Jan-2003)
===================
- Fixed a bug in the write_blank method.  Thanks to moumar for the spot
  and the patch.

0.2.3 (15-Jan-2003)
===================
- Added the write_row and write_column methods
- Some optimization

0.2.2 (20-Dec-2002)
===================
- Fixed variable name typo's in worksheet.rb and format.rb. Thanks
  go to Mark Slagell for the spot.
- Modified the tarball directory layout a bit - nothing special
- Added a copyright notice
- Added a VERSION method to the Excel class (class method)
- Some documentation corrections

0.2.1 (11-Dec-2002)
===================
- Fixed a bug with num_format property in Format class
- Added lots of documentation for Format class, mostly lifted
  from John McNamara's documentation
- Added block-style constructors for Format class
- Added ability to pass Format instances to the add_format Workbook
  method

0.2.0 (3-Dec-2002)
==================
- Added formats!
- Minor fix in worksheet.rb
- Added verbose output for install.rb
- A few more tests

0.1.1 (29-Nov-2002)
===================
- Tarball fix
- install.rb fix
- Version number change

0.1.0 (27-Nov-2002) - Initial Release
=====================================
- Based on version .21 of Spreadsheet::WriteExcel (by John McNamara)
- Well, technically, I did release version .11 of Spreadsheet::WriteExcel
  on the web, but this is the first *official* release
