From a972943ac56895905d9cbaf103d17e9e25fb8b50 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Sat, 24 Aug 2019 12:42:22 -0700 Subject: [PATCH] Mention PHP version change in changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d69ee8e4..153b1acf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org). ## [1.9.0] - 2019-08-17 +### Changed + +- Drop support for PHP 5.6 and 7.0, according to https://phpspreadsheet.readthedocs.io/en/latest/#php-version-support + ### Added - When <br> appears in a table cell, set the cell to wrap [#1071](https://github.com/PHPOffice/PhpSpreadsheet/issues/1071) and [#1070](https://github.com/PHPOffice/PhpSpreadsheet/pull/1070)