From 1648dc9ebef6ebe0c5a172e16cf66732918416e0 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Mon, 2 Dec 2019 00:13:51 +0100 Subject: [PATCH] 1.10.1 --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3121ffc1..1c8489d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com) and this project adheres to [Semantic Versioning](https://semver.org). -## [Unreleased] +## [1.10.1] - 2019-12-02 ### Changed - PHP 7.4 compatibility -### Added - -- ... - ### Fixed - FLOOR() function accept negative number and negative significance [#1245](https://github.com/PHPOffice/PhpSpreadsheet/pull/1245)