Skip to content

Commit e6b546b

Browse files
committed
Add 3.2.7 entry
1 parent 992c16a commit e6b546b

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

NEWS.md

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

3+
## 3.2.7 - 2023-06-26
4+
5+
### Improvements
6+
7+
* Removed an unused internal variable.
8+
[GH-273](https://github.com/ruby/csv/issues/273)
9+
[Patch by Mau Magnaguagno]
10+
11+
* Changed to use `https://` instead of `http://` in documents.
12+
[GH-274](https://github.com/ruby/csv/issues/274)
13+
[Patch by Vivek Bharath Akupatni]
14+
15+
* Added prefix to a helper module in test.
16+
[GH-278](https://github.com/ruby/csv/issues/278)
17+
[Patch by Luke Gruber]
18+
19+
* Added a documentation for `liberal_parsing: {backslash_quotes: true}`.
20+
[GH-280](https://github.com/ruby/csv/issues/280)
21+
[Patch by Mark Schneider]
22+
23+
### Fixes
24+
25+
* Fixed a wrong execution result in documents.
26+
[GH-276](https://github.com/ruby/csv/issues/276)
27+
[Patch by Yuki Tsujimoto]
28+
29+
* Fixed a bug that the same line is used multiple times.
30+
[GH-279](https://github.com/ruby/csv/issues/279)
31+
[Reported by Gabriel Nagy]
32+
33+
### Thanks
34+
35+
* Mau Magnaguagno
36+
37+
* Vivek Bharath Akupatni
38+
39+
* Yuki Tsujimoto
40+
41+
* Luke Gruber
42+
43+
* Mark Schneider
44+
45+
* Gabriel Nagy
46+
347
## 3.2.6 - 2022-12-08
448

549
### Improvements

0 commit comments

Comments
 (0)