File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1
1
# News
2
2
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
+
3
47
## 3.2.6 - 2022-12-08
4
48
5
49
### Improvements
You can’t perform that action at this time.
0 commit comments