Skip to content

Commit 7e577ec

Browse files
committed
Add 3.3.1 entry
1 parent 8df779e commit 7e577ec

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

NEWS.md

+45
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# News
22

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+
348
## 3.3.0 - 2024-03-22
449

550
### Fixes

0 commit comments

Comments
 (0)