Skip to content

Commit d2abb36

Browse files
committed
Add 3.3.3 entry
1 parent f394f79 commit d2abb36

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

NEWS.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# News
22

3+
## 3.3.3 - 2025-03-20
4+
5+
### Improvements
6+
7+
* `csv-filter`: Add an experimental command line tool to filter a CSV.
8+
* Patch by Burdette Lamar
9+
10+
### Fixes
11+
12+
* Fixed wrong EOF detection for `ARGF`
13+
* GH-328
14+
* Reported by Takeshi Nishimatsu
15+
16+
* Fixed a regression bug that `CSV.open` rejects integer mode.
17+
* GH-336
18+
* Reported by Dave Burgess
19+
20+
### Thanks
21+
22+
* Takeshi Nishimatsu
23+
24+
* Burdette Lamar
25+
26+
* Dave Burgess
27+
328
## 3.3.2 - 2024-12-21
429

530
### Fixes

0 commit comments

Comments
 (0)