Skip to content

Commit

Permalink
prepare for 6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 11, 2014
1 parent ffc2e21 commit 10ea281
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 23 deletions.
22 changes: 4 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,20 @@
#Changelog
All Notable changes to `League\Csv` will be documented in this file
## 6.2.0 - XXXX-XX-XX

### Added
- `Writer::setNewline` , `Writer::getNewline` control the newline character added at the end of each CSV row.

## 6.1.0 - 2014-12-08

### Added
- `Reader::fetchAssoc` now also accepts an integer as first argument representing a row index.

### Deprecated
- Nothing

### Fixed
- Nothing

## 6.0.1 - 2014-11-12

### Added
- Nothing

### Deprecated
- Nothing

### Fixed
- Bug Fixed `detectDelimiterList`

### Remove
- Nothing

### Security
- Nothing

## 6.0.0 - 2014-08-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "6.1-dev"
"dev-master": "6.2-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Config/StreamFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 6.1.0
* @version 6.2.0
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Iterator/MapIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 6.1.0
* @version 6.2.0
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Iterator/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 6.1.0
* @version 6.2.0
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/thephpleague/csv/
* @version 6.1.0
* @version 6.2.0
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down

0 comments on commit 10ea281

Please sign in to comment.