Improvements
-
CSV::Row#to_h: Added support for block.- GH-356
- Patch by Vlad
-
Ensured using
path_or_iofor parameter name that accepts path or
IO.- GH-358
- Patch by Yuto Urushima
-
Changed to not using enumerator in
CSV.
Fixes
-
Fixed a bug that
\rin unquoted fields are rejected when row
separator doesn't contain\r -
Fixed a typo in documentation.
- GH-350
- Patch by tmr111116
Thanks
- Jas
- tmr111116
- Vlad
- Yuto Urushima
- Cas Donoghue