Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/csv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.1
Choose a base ref
...
head repository: ruby/csv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.2
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 15, 2024

  1. Bump version

    kou committed Dec 15, 2024
    Configuration menu
    Copy the full SHA
    61b7237 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. Fix a parse bug with a quoted line with col_sep and an empty line

    GitHub: fix GH-324
    
    This is introduced by bb93c28.
    
    We can't reuse `row` in this case because `row` is used for the next
    row.
    
    Reported by stoodfarback. Thanks!!!
    kou committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    abf32b6 View commit details
    Browse the repository at this point in the history
  2. Add 3.3.2 entry

    kou committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    eb20531 View commit details
    Browse the repository at this point in the history
Loading