We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2cc984 commit 0fcb0f2Copy full SHA for 0fcb0f2
1 file changed
NEWS.md
@@ -1,5 +1,23 @@
1
# News
2
3
+## 3.2.9 - 2024-03-22
4
+
5
+### Fixes
6
7
+ * Fixed a parse bug that wrong result may be happen when:
8
9
+ * `:skip_lines` is used
10
+ * `:row_separator` is `"\r\n"`
11
+ * There is a line that includes `\n` as a column value
12
13
+ Reported by Ryo Tsukamoto.
14
15
+ GH-296
16
17
+### Thanks
18
19
+ * Ryo Tsukamoto
20
21
## 3.2.8 - 2023-11-08
22
23
### Improvements
0 commit comments