Skip to content

Commit 4433ced

Browse files
committed
Update LOG
1 parent 018c7b6 commit 4433ced

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 4.4.0 (2023-10-14)
2+
3+
### ✨ Features
4+
5+
* Handle parsing utf-8 bom encoded files
6+
* Rename duplicate headers
7+
* Improve iso-date regex
8+
9+
Credits
10+
11+
* [@Bunlong](https://github.com/Bunlong)
12+
113
## 4.3.0 (2023-10-10)
214

315
### ✨ Features

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,13 @@ readRemoteFile(url, {
886886

887887
## 📜 Changelog
888888

889-
Latest version 4.3.0 (2023-10-10):
889+
Latest version 4.4.0 (2023-10-14):
890+
891+
* Handle parsing utf-8 bom encoded files
892+
* Rename duplicate headers
893+
* Improve iso-date regex
894+
895+
Version 4.3.0 (2023-10-10):
890896

891897
* Enable async callback function for CSVDownloader
892898

0 commit comments

Comments
 (0)