8000 Add 3.2.6 entry · ruby/csv@816b48b · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 816b48b

Browse files
committed
Add 3.2.6 entry
1 parent af0e125 commit 816b48b

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

NEWS.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# News
22

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+
336
## 3.2.5 - 2022-08-26
437

538
### Improvements

0 commit comments

Comments
 (0)
0