File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1
1
# News
2
2
3
+ ## 3.1.3 - 2020-05-09
4
+
5
+ ### Improvements
6
+
7
+ * ` CSV::Row#dup ` : Copied deeply.
8
+ [ GitHub #108 ] [ Patch by Jim Kane ]
9
+
10
+ ### Fixes
11
+
12
+ * Fixed a infinite loop bug for zero length match ` skip_lines ` .
13
+ [ GitHub #110 ] [ Patch by Mike MacDonald ]
14
+
15
+ * ` CSV.generate ` : Fixed a bug that encoding isn't set correctly.
16
+ [ GitHub #110 ] [ Patch by Seiei Miyagi ]
17
+
18
+ * Fixed document for the ` :strip ` option.
19
+ [ GitHub #114 ] [ Patch by TOMITA Masahiro ]
20
+
21
+ * Fixed a parse bug when split charcter exists in middle of column
22
+ value.
23
+ [ GitHub #115 ] [ Reported by TOMITA Masahiro ]
24
+
25
+ ### Thanks
26
+
27
+ * Jim Kane
28
+
29
+ * Mike MacDonald
30
+
31
+ * Seiei Miyagi
32
+
33
+ * TOMITA Masahiro
34
+
3
35
## 3.1.2 - 2019-10-12
4
36
5
37
### Improvements
You can’t perform that action at this time.
0 commit comments