From 4433ced1d1db1e33790a2175459386decbf18e07 Mon Sep 17 00:00:00 2001 From: Bunlong Date: Fri, 13 Oct 2023 17:12:42 +0700 Subject: [PATCH] Update LOG --- CHANGELOG.md | 12 ++++++++++++ README.md | 8 +++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f91ef..71c018b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 4.4.0 (2023-10-14) + +### ✨ Features + + * Handle parsing utf-8 bom encoded files + * Rename duplicate headers + * Improve iso-date regex + +Credits + +* [@Bunlong](https://github.com/Bunlong) + ## 4.3.0 (2023-10-10) ### ✨ Features diff --git a/README.md b/README.md index 0f1454c..4cb811f 100644 --- a/README.md +++ b/README.md @@ -886,7 +886,13 @@ readRemoteFile(url, { ## 📜 Changelog -Latest version 4.3.0 (2023-10-10): +Latest version 4.4.0 (2023-10-14): + + * Handle parsing utf-8 bom encoded files + * Rename duplicate headers + * Improve iso-date regex + +Version 4.3.0 (2023-10-10): * Enable async callback function for CSVDownloader