Skip to content

csv 3.3.6 - 2026-07-27

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jul 21:24

Improvements

  • CSV::Row#to_h: Added support for block.

  • Ensured using path_or_io for 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 \r in unquoted fields are rejected when row
    separator doesn't contain \r

  • Fixed a typo in documentation.

Thanks

  • Jas
  • tmr111116
  • Vlad
  • Yuto Urushima
  • Cas Donoghue