* Version 1.0.9 (stable) - 2005-10-26

- Fix bug in TBLR filler. Thanks to David FitzGerald for finding this.

* Version 1.0.8 (stable) - 2005-09-10

- Add callback functionality. (#5249)
- Add new fillers, thanks to Arpad Ray. (#5249)


* Version 1.0.7 (stable) - 2005-02-07

- Fix #3381, notice in Matrix::fillTable().
- Fix #3382, warning in Filler::factory().


* Version 1.0.6 (stable) - 2004-08-07

* Remove call-time pass-by-reference.
* Install examples in the right directory.


* Version 1.0.5 (stable) - 2004-06-15

* HTML_Table_Matrix instance was being copied in Filler::factory() instead of being passed by reference. This caused problems if you set up the filler before you set the table size.


* Version 1.0.4 (stable) - 2004-04-28

* Fix missing PHP open tag in example code.


* Version 1.0.3 (stable) - 2004-04-27

* Add description to package.xml.


* Version 1.0.2 (stable) - 2004-04-19

* Add a simple usage example in the Matrix.php docblock.


* Version 1.0.1 (stable) - 2004-03-26

* Don't pass arguments by reference.


* Version 1.0 (stable) - 2004-03-24

* Create Filler classes, which are responsible for determining which cell to fill. This allows for much greater flexibility, as any number of custom methods can be created to fill top-to-bottom, diagonally, randomly, or however you wish.


* Version 0.9.2 (stable) - 2004-01-05

Initial PEARification.


