parseCSV 0.4.2

git-svn-id: http://parsecsv-for-php.googlecode.com/svn/trunk@34 339761fc-0c37-0410-822d-8b8cac1f6a97
This commit is contained in:
zynode
2008-05-31 17:59:21 +00:00
parent 20a6a9d1b1
commit 0395362d66
3 changed files with 62 additions and 6 deletions

View File

@@ -1,3 +1,26 @@
parseCSV 0.4.2 beta
-----------------------------------
Date: 31-May-2008
- IMPORTANT! If you're using the output(),
please note that the first parameter has been
completely removed as it was technically just
useless. Instead, the second parameter
(filename) doubles as its replacement. Simply
put, if filename is not set or null, the
output() method will not output a downloadable
file. Please update your existing code
when using 0.4.2 and later :)
- Small fix to the headers sent by the output()
method.
- Added a download example using the output()
method to the examples folder.
-----------------------------------
parseCSV 0.4.1 beta
-----------------------------------
Date: 29-May-2008