* Version 1.0.0 (stable) - API 1.0.0 (stable) - 2011-03-18


* Fixed Bug #15123: Broken CSV unit tests [dufuz]
* Fixed Bug #15233: discoverFormat finds wrong separator [dufuz]
* Fixed Bug #18049: discoverFormat bug, Find all seps that are within qoutes [dufuz]
* Fixed Bug #18111: discoverFormat: Quote not detected in short lines [dufuz]
* Fixed Bug #18358: Headers incorrectly being applied to quoted rows only [dufuz]
 

* Version 1.0.0alpha1 (alpha) - API 1.0.0 (alpha) - 2008-10-26


* Split File_CSV from File into it's own package
* Change license to New BSD
* File_CSV::unquote now takes in an array and a string (string being the old way)
  Passing in an array of fields, for example a whole line.
* Double quotes is now the default quoting character when people don't specify which quoting character to use

* Fix Bug #5257:  File_CSV: delimiter problem if first field is empty [dufuz]
* Fix Bug #14118: Error with quoted fields and separators [dufuz]
* Fix Bug #11526: DiscoverFormat returns wrong nr of fields [izi]
* Fix Bug #11892: File_CSV performance severely hurt [dufuz]
* Fix Bug #14030: File_CSV::write() does not correctly quote field values [dufuz, walter]
   

