From 0c1346a1956347590b7db09533966307d20cb7cc Mon Sep 17 00:00:00 2001 From: MarkBaker Date: Mon, 8 Jul 2019 23:21:25 +0200 Subject: [PATCH] Update changelog with fixes implemented in 1.8.2 release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 220b8c5b..cc558ee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org). ## [Unreleased] +## [1.8.2] - 2019-07-08 + +### Fixed + +- Uncaught error when opening ods file and properties aren't defined - [Issue #1047](https://github.com/PHPOffice/PhpSpreadsheet/issues/1047) +- Xlsx Reader Cell datavalidations bug - [PR #1052](https://github.com/PHPOffice/PhpSpreadsheet/pull/1052) + ## [1.8.1] - 2019-07-02 ### Fixed