From 65a94abeca9a273a64399503419cd8246b21dcce Mon Sep 17 00:00:00 2001 From: MarkBaker Date: Sat, 27 Jun 2020 23:10:28 +0200 Subject: [PATCH] And now phpcs is telling me to fix my grammar --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02179db6..68aad0c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org). ### Added - Add support for IFS() logical function [#1442](https://github.com/PHPOffice/PhpSpreadsheet/pull/1442) +- Add Cell Address Helper to provide conversions between the R1C1 and A1 address formats [#1558](https://github.com/PHPOffice/PhpSpreadsheet/pull/1558) ## [1.13.0] - 2020-05-31