From 90bedd96fa3e3d2a988be985b9b1ee29cdb38301 Mon Sep 17 00:00:00 2001 From: Ignace Nyamagana Butera Date: Mon, 5 Feb 2018 15:07:11 +0100 Subject: [PATCH] prepare 9.1.2 release --- CHANGELOG.md | 4 ++-- src/Reader.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8516f9e..9df176ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `Csv` will be documented in this file -## Next - TBD +## 9.1.2 - 2018-02-05 ### Added @@ -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 diff --git a/src/Reader.php b/src/Reader.php index 8881664e..087ce90a 100644 --- a/src/Reader.php +++ b/src/Reader.php @@ -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