File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1
1
# News
2
2
3
+ ## 3.2.6 - 2022-12-08
4
+
5
+ ### Improvements
6
+
7
+ * ` CSV#read ` consumes the same lines with other methods like
8
+ ` CSV#shift ` .
9
+ [[ GitHub #258 ] ( https://github.com/ruby/csv/issues/258 )]
10
+ [ Reported by Lhoussaine Ghallou]
11
+
12
+ * All ` Enumerable ` based methods consume the same lines with other
13
+ methods. This may have a performance penalty.
14
+ [[ GitHub #260 ] ( https://github.com/ruby/csv/issues/260 )]
15
+ [ Reported by Lhoussaine Ghallou]
16
+
17
+ * Simplify some implementations.
18
+ [[ GitHub #262 ] ( https://github.com/ruby/csv/pull/262 )]
19
+ [[ GitHub #263 ] ( https://github.com/ruby/csv/pull/263 )]
20
+ [ Patch by Mau Magnaguagno]
21
+
22
+ ### Fixes
23
+
24
+ * Fixed ` CSV.generate_lines ` document.
<
823E
/td>25
+ [[ GitHub #257 ] ( https://github.com/ruby/csv/pull/257 )]
26
+ [ Patch by Sampat Badhe]
27
+
28
+ ### Thanks
29
+
30
+ * Sampat Badhe
31
+
32
+ * Lhoussaine Ghallou
33
+
34
+ * Mau Magnaguagno
35
+
3
36
## 3.2.5 - 2022-08-26
4
37
5
38
### Improvements
You can’t perform that action at this time.
0 commit comments