From 36acc372875c4d894dc093825ce4f62209db5a76 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Tue, 10 Apr 2018 12:53:16 +0900 Subject: [PATCH] 1.2.1 --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 672553f7..e2a9bfab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.2.1] - 2018-04-10 + +### Fixed + +- Plain text and richtext mixed in same cell can be read - [#442](https://github.com/PHPOffice/PhpSpreadsheet/issues/442) + ## [1.2.0] - 2018-03-04 ### Added @@ -60,12 +66,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Constant `TYPE_DOUGHTNUTCHART` is now `TYPE_DOUGHNUTCHART`. -## [Unreleased] - -### Fixed - -- Plain text and richtext mixed in same cell can be read - [#442](https://github.com/PHPOffice/PhpSpreadsheet/issues/442) - ## [1.0.0-beta2] - 2017-11-26 ### Added