Skip to content

Commit bb7f329

Browse files
committed
Add 3.1.3 entry
1 parent 398b356 commit bb7f329

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

NEWS.md

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

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+
335
## 3.1.2 - 2019-10-12
436

537
### Improvements

0 commit comments

Comments
 (0)