csv v2.4.0 Release Notes

Release Date: 2020-09-12 // over 3 years ago
    • ๐Ÿ›  Fix StrayQuoteError not getting passed the correct arguments in strict mode. Fixes #96.
    • ๐Ÿ“œ When headers are present multiple times and the :headers option is set to true, parse the values into a list. Contributed by @MrAlexLau in PR #97.