Skip to content

Commit

Permalink
Add 3.2.7 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 26, 2023
1 parent 992c16a commit e6b546b
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# News

## 3.2.7 - 2023-06-26

### Improvements

* Removed an unused internal variable.
[GH-273](https://github.com/ruby/csv/issues/273)
[Patch by Mau Magnaguagno]

* Changed to use `https://` instead of `http://` in documents.
[GH-274](https://github.com/ruby/csv/issues/274)
[Patch by Vivek Bharath Akupatni]

* Added prefix to a helper module in test.
[GH-278](https://github.com/ruby/csv/issues/278)
[Patch by Luke Gruber]

* Added a documentation for `liberal_parsing: {backslash_quotes: true}`.
[GH-280](https://github.com/ruby/csv/issues/280)
[Patch by Mark Schneider]

### Fixes

* Fixed a wrong execution result in documents.
[GH-276](https://github.com/ruby/csv/issues/276)
[Patch by Yuki Tsujimoto]

* Fixed a bug that the same line is used multiple times.
[GH-279](https://github.com/ruby/csv/issues/279)
[Reported by Gabriel Nagy]

### Thanks

* Mau Magnaguagno

* Vivek Bharath Akupatni

* Yuki Tsujimoto

* Luke Gruber

* Mark Schneider

* Gabriel Nagy

## 3.2.6 - 2022-12-08

### Improvements
Expand Down

0 comments on commit e6b546b

Please sign in to comment.