Skip to content

Commit

Permalink
version 6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Aug 28, 2014
1 parent 91b7776 commit 7c881c2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ All Notable changes to `League\Csv` will be documented in this file

## NEXT - YYYY-MM-DD

### Added
- Nothing

### Deprecated
- Nothing

### Fixed
- Nothing

### Remove
- Nothing

### Security
- Nothing

## 6.0 - 2014-08-28

### Added
- Stream Filter API in `League\Csv\AbstractCsv`
- named constructors `createFromPath` and `createFromFileObject` in `League\Csv\AbstractCsv` to ease CSV object instantiation
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This package is compliant with [PSR-2] and [PSR-4].
System Requirements
-------

You need **PHP >= 5.4.0** and the `mbstring` extension to use `League\Csv` but the latest stable version of PHP is recommended.
You need **PHP >= 5.4.0** or **HHVM >= 3.2** and the `mbstring` extension to use `League\Csv` but the latest stable version of PHP/HHVM is recommended.

Install
-------
Expand All @@ -35,7 +35,7 @@ Install the `csv` package with Composer.
```json
{
"require": {
"league/csv": "5.*"
"league/csv": "6.*"
}
}
```
Expand Down

0 comments on commit 7c881c2

Please sign in to comment.