From 002f55f649e7511710dc7154ff44c7be32c8195c Mon Sep 17 00:00:00 2001 From: Ignace Nyamagana Butera Date: Tue, 30 Nov 2021 08:09:34 +0100 Subject: [PATCH] Prepare security fix 9.7.4 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf061d6..b771df7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `Csv` will be documented in this file -## Next - TBD +## 9.7.4 - 2021-11-30 ### Added @@ -14,7 +14,8 @@ All Notable changes to `Csv` will be documented in this file ### Fixed -- None +- Bug fix `EscapeFormula` to follow OWASP latest recommendation [PR #452](https://github.com/thephpleague/csv/pull/452) +thanks to [@robertfausk](https://github.com/robertfausk) and [@Lehmub](https://github.com/Lehmhub) ### Removed