File tree 1 file changed +45
-0
lines changed
1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1
1
# News
2
2
3
+ ## 3.3.1 - 2024-12-15
4
+
5
+ ### Improvements
6
+
7
+ * ` CSV.open ` : Changed to detect BOM by default. Note that this isn't
8
+ enabled on Windows because Ruby may have a bug. See also:
9
+ https://bugs.ruby-lang.org/issues/20526
10
+ * GH-301
11
+ * Reported by Junichi Ito
12
+
13
+ * Improved performance.
14
+ * GH-311
15
+ * GH-312
16
+ * Patch by Vladimir Kochnev
17
+
18
+ * ` CSV.open ` : Added support for ` StringIO ` as an input.
19
+ * GH-300
20
+ * GH-302
21
+ * Patch by Marcelo
22
+
23
+ * Added a built-in time converter. You can use it by `converters:
24
+ : time `.
25
+ * GH-313
26
+ * Patch by Bart de Water
27
+
28
+ * Added ` CSV::TSV ` for tab-separated values.
29
+ * GH-272
30
+ * GH-319
31
+ * Reported by kojix2
32
+ * Patch by Jas
33
+
34
+ ### Thanks
35
+
36
+ * Junichi Ito
37
+
38
+ * Vladimir Kochnev
39
+
40
+ * Marcelo
41
+
42
+ * Bart de Water
43
+
44
+ * kojix2
45
+
46
+ * Jas
47
+
3
48
## 3.3.0 - 2024-03-22
4
49
5
50
### Fixes
You can’t perform that action at this time.
0 commit comments