From 0fcb0f271737af8ec0a57e85e7f70b3d51a5fc22 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Fri, 22 Mar 2024 23:15:55 +0900 Subject: [PATCH] Add 3.2.9 entry --- NEWS.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS.md b/NEWS.md index 793e68d5..94318813 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,23 @@ # News +## 3.2.9 - 2024-03-22 + +### Fixes + + * Fixed a parse bug that wrong result may be happen when: + + * `:skip_lines` is used + * `:row_separator` is `"\r\n"` + * There is a line that includes `\n` as a column value + + Reported by Ryo Tsukamoto. + + GH-296 + +### Thanks + + * Ryo Tsukamoto + ## 3.2.8 - 2023-11-08 ### Improvements