Skip to content

Commit

Permalink
7.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Nov 2, 2015
1 parent 70d905d commit 69bafa6
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
#Changelog
All Notable changes to `League\Csv` will be documented in this file


## 7.2.0 - 2015-XX-XX
## 7.2.0 - 2015-11-02

### Added

- `League\Csv\Reader::fetch` replaces `League\Csv\Reader::query` for naming consistency
- `League\Csv\Config\Controls::fetchDelimitersOccurrence` to replace `League\Csv\Config\Controls::detectDelimiterList` the latter gives erronous results
- `Reader::fetch` replaces `League\Csv\Reader::query` for naming consistency
- `Controls::fetchDelimitersOccurrence` to replace `Controls::detectDelimiterList` the latter gives erronous results

### Deprecated

- `League\Csv\Config\Controls::detectDelimiterList`
- `League\Csv\Reader::query`
- `Controls::detectDelimiterList`
- `Reader::query`
- The `$newline` argument from `AbstractCsv::createFromString` is deprecated

### Fixed

- Bug fix Stream feature by removing trimming filter name argument [issue #122](https://github.com/thephpleague/csv/issues/122)

- Bug fix `SplFileObject` flags usage [PR #130](https://github.com/thephpleague/csv/pull/130)
- Streamming feature no longer trim filter name argument [issue #122](https://github.com/thephpleague/csv/issues/122)
- Fix default `SplFileObject` flags usage [PR #130](https://github.com/thephpleague/csv/pull/130)
- `AbstractCsv::createFromString` no longer trim the submitted string [issue #132](https://github.com/thephpleague/csv/issues/132)

### Removed

Expand Down

0 comments on commit 69bafa6

Please sign in to comment.