* Version 1.3.0 (stable) - API 1.3.0 (stable) - 2016-01-21


* Fix warning with PHP 7 and bump required PHP version to 5.2.0 (Pieter Frenssen PR #13).
 

* Version 0.8 (beta) - API 0.8 (beta) - 2002-09-02


* Initial release.
   

* Version 1.0 (stable) - API 1.0.0 (stable) - 2003-01-24


* Removed a few options and added addData() method.
   

* Version 1.0.1 (stable) - API 1.0.0 (stable) - 2003-03-03


* Fixed a caching bug.
   

* Version 1.0.2 (stable) - API 1.0.0 (stable) - 2005-07-16


* Added support for column alignment (Michael Richter).
   

* Version 1.0.3 (stable) - API 1.0.0 (stable) - 2006-03-13


* Fix cell width calculation if setting header with associative array (Bug #4299).
* Fix fatal reference error with some PHP versions (Bug #5309).
* Fix notice if no data has been provided (Bug #5851).
* Added multibyte support (Requests #2934, Request #7014).
   

* Version 1.0.4 (stable) - API 1.0.0 (stable) - 2006-04-08


* Add support for multi-line cells (koto at webworkers dot pl, Request #7017).
   

* Version 1.0.5 (stable) - API 1.0.0 (stable) - 2006-08-28


* Allow to specify separator rules in addData().
* Fix warnings when combining separator rules and callback filters (Bug #8566).
   

* Version 1.0.6 (stable) - API 1.0.0 (stable) - 2007-01-19


* Add support for multi-line headers (Request #8615).
   

* Version 1.0.7 (stable) - API 1.0.0 (stable) - 2007-05-17


* Fix header height if first data row has more than one line (Bug #11064).
* Fix notice if header is not set.
   

* Version 1.0.8 (stable) - API 1.0.0 (stable) - 2008-01-09


* Fix cell padding with multibyte strings under certain circumstances (Bug #12853).
   

* Version 1.1.0 (stable) - API 1.1.0 (stable) - 2008-03-28


* Add option to set table border character.
* Extend constructor to set table borders, padding, and charset on instantiation.
   

* Version 1.1.1 (stable) - API 1.1.0 (stable) - 2008-04-09


* Fix rendering of multiline rows with cells that contain zeros (Bug #13629).
   

* Version 1.1.2 (stable) - API 1.1.0 (stable) - 2008-07-27


* Don't render anything if no data has been provided (Bug #14405).
   

* Version 1.1.3 (stable) - API 1.1.1 (stable) - 2008-10-20


* Add option to render data with ANSI color codes (Igor Feghali, Request #14835).
   

* Version 1.1.4 (stable) - API 1.1.1 (stable) - 2010-10-25


* Automatically built QA release.
* Add Console_Color support (Request #14835).

* Improve documentation (Christian Weiske, Bug #15006).
   

* Version 1.1.5 (stable) - API 1.1.1 (stable) - 2012-12-07


* Use mb_strwidth() instead of mb_strlen() to determine lengths of multi-byte strings (Bug #19423).
   

* Version 1.1.6 (stable) - API 1.1.1 (stable) - 2013-10-12


* Use line breaks dependent on the current operating system (Bug #20092).
   

* Version 1.2.0 (stable) - API 1.2.0 (stable) - 2014-02-17


* Make border visibility configurable (Christian Weiske, Request #20186).
* Allow to customize all border characters (Christian Weiske, Request #20182).
* Fix notice when using setAlign() on other than first column (Christian Weiske, Bug #20181).
* Use Console_Color2 to avoid notices from PHP 4 code (Christian Weiske, Bug #20188)
   

* Version 1.2.1 (stable) - API 1.2.0 (stable) - 2014-10-27


* Add travis configuration (Christian Weiske).
* Try to autoload Console_Color2 first (Jurgen Rutten, PR #11).
* Fix Composer definition syntax (Rob Loach, PR #9).
   

* Version 1.3.0 (stable) - API 1.3.0 (stable) - 2016-01-21


* Fix warning with PHP 7 and bump required PHP version to 5.2.0 (Pieter Frenssen PR #13).
   

