From b348d09d0d258a4f068efb50a2510dc63101c213 Mon Sep 17 00:00:00 2001 From: Ignace Nyamagana Butera Date: Sun, 15 Dec 2019 20:51:41 +0100 Subject: [PATCH] prepare 9.5.0 release --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ed0162..54b98fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,21 +2,24 @@ All Notable changes to `Csv` will be documented in this file -## 9.5.0 - TBD +## 9.5.0 - 2019-12-15 ### Added -- Improve Package exception throwing by adding new Exceptions that extends +- Improve package exception throwing by adding new exceptions classes that extends the `League\Csv\Exception` exception marker class [#360](https://github.com/thephpleague/csv/issues/360), [#361](https://github.com/thephpleague/csv/issues/360) feature proposed and developed by [Darren Miller](https://github.com/dmlogic) - + - `League\Csv\UnavailableFeature` + - `League\Csv\InvalidArgument` + - `League\Csv\SyntaxError` + ### Deprecated - Nothing ### Fixed -- bug fix `bom_match` function see issue [#363](https://github.com/thephpleague/csv/issues/363) resolved based on PR from [@jmwebservices](https://github.com/jmwebservices) +- bug fix `bom_match` function see issue [#363](https://github.com/thephpleague/csv/issues/363) resolved based on PR from [Jerry Martinez](https://github.com/jmwebservices) - bug fix `delemiter_detect` function see issue [#366](https://github.com/thephpleague/csv/issues/366) ### Removed