Skip to content

Commit

Permalink
Update LOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunlong committed Oct 13, 2023
1 parent 018c7b6 commit 4433ced
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4433ced

Please sign in to comment.