Skip to content

Commit 69bafa6

Browse files
committed
7.2.0 release
1 parent 70d905d commit 69bafa6

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
#Changelog
22
All Notable changes to `League\Csv` will be documented in this file
33

4-
5-
## 7.2.0 - 2015-XX-XX
4+
## 7.2.0 - 2015-11-02
65

76
### Added
87

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

1211
### Deprecated
1312

14-
- `League\Csv\Config\Controls::detectDelimiterList`
15-
- `League\Csv\Reader::query`
13+
- `Controls::detectDelimiterList`
14+
- `Reader::query`
1615
- The `$newline` argument from `AbstractCsv::createFromString` is deprecated
1716

1817
### Fixed
1918

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

2423
### Removed
2524

0 commit comments

Comments
 (0)