csv v2.5.0 Release Notes

Release Date: 2022-09-17 // over 1 year ago
    • ๐Ÿ›  Optional parameter escape_formulas to prevent CSV injection. Fixes #103 reported by @maennchen. Contributed by @maennchen in PR #104.
    • Optional parameter force_quotes to force quotes when encoding contributed by @stuart
    • ๐Ÿ›  Bugfix to pass non UTF-8 lines through in normal mode so other lines can be processed, Fixes #107. Contributed by @al2o3cr.
    • ๐Ÿ‘ Allow to encode keyword lists specifying headers as values, contributed by @michaelchu
    • ๐Ÿ‘ Better docs thanks to @kianmeng

Previous changes from v2.4.1