We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f394f79 commit d2abb36Copy full SHA for d2abb36
NEWS.md
@@ -1,5 +1,30 @@
1
# News
2
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
28
## 3.3.2 - 2024-12-21
29
30
### Fixes
0 commit comments