diff --git a/ChangeLog.txt b/ChangeLog.txt index c647607..ee793ed 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,6 @@ -ParseCSV 1.0.0-rc.2 +ParseCSV 1.0.0 ----------------------------------- -Date: unreleased +Date: 3-March-2018 - Renamed class from parseCSV to Csv and added name- space "ParseCsv" for PSR compliance. diff --git a/src/Csv.php b/src/Csv.php index 752350c..d433d75 100644 --- a/src/Csv.php +++ b/src/Csv.php @@ -7,7 +7,7 @@ use ParseCsv\extensions\DatatypeTrait; class Csv { /* - Class: ParseCSV 1.0.0-rc.2 + Class: ParseCSV 1.0.0 https://github.com/parsecsv/parsecsv-for-php Fully conforms to the specifications lined out on Wikipedia: