Skip to content

Commit

Permalink
bump to next dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed May 1, 2018
1 parent 9c8ad06 commit 64200e7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Expand Up @@ -17,7 +17,7 @@ checks:
duplication: true
tools:
external_code_coverage:
timeout: 600
timeout: 3600
runs: 2
php_code_coverage: false
php_loc:
Expand Down
20 changes: 19 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,24 @@

All Notable changes to `Csv` will be documented in this file

## Next - TBD

### Added

- Nothing

### Deprecated

- Nothing

### Fixed

- Nothing

### Removed

- Nothing

## 9.1.4 - 2018-05-01

### Added
Expand All @@ -14,7 +32,7 @@ All Notable changes to `Csv` will be documented in this file

### Fixed

- `Writer::setFlushThreshold` should accept 1 as an argument [#289(https://github.com/thephpleague/csv/issue/289)
- `Writer::setFlushThreshold` should accept 1 as an argument [#289](https://github.com/thephpleague/csv/issue/289)

- `CharsetConverter::convert` should not try to convert numeric value [#287](https://github.com/thephpleague/csv/issue/287)

Expand Down

0 comments on commit 64200e7

Please sign in to comment.