Skip to content

Commit

Permalink
prepare 9.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Feb 5, 2018
1 parent 6dba48d commit 90bedd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Next - TBD
## 9.1.2 - 2018-02-05

### Added

Expand All @@ -15,7 +15,7 @@ All Notable changes to `Csv` will be documented in this file
### Fixed

- `is_iterable` polyfill for PHP7.0
- internal `Reader::setHeader` no longer throws exception because of a bug in PHP7.2+ [issue #279](https://github.com/thephpleague/csv/issues/213)
- `Reader::getHeader` no longer throws exception because of a bug in PHP7.2+ [issue #279](https://github.com/thephpleague/csv/issues/213)

### Removed

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 9.1.1
* @version 9.1.2
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
Expand Down

0 comments on commit 90bedd9

Please sign in to comment.