diff --git a/ChangeLog.txt b/ChangeLog.txt index 1d47547..ebbf7d0 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,12 +1,15 @@ -parseCSV 1.0.0 RC +ParseCSV 1.0.0 RC ----------------------------------- Date: unreleased +- Renamed class from parseCSV to Csv and added name- + space "ParseCsv" for PSR compliance. + - Added support for MS Excel's "sep=" to detect the delimiter (Issue #60). - Added support for mb_convert_encoding() instead of - iconv() - see issues #109 + iconv() - see issue #109 - A number of minor bug fixes - see GitHub issues diff --git a/README.md b/README.md index 9c0fbea..43109b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ParseCsv -ParseCsv is an easy to use PHP class that reads and writes CSV data properly. It +ParseCsv is an easy-to-use PHP class that reads and writes CSV data properly. It fully conforms to the specifications outlined on the on the [Wikipedia article][CSV] (and thus RFC 4180). It has many advanced features which help make your life easier when dealing with CSV data.