csvutil v1.1.1 Release Notes

Release Date: 2018-05-28 // almost 6 years ago
  • Decoder now stores its own copy of the header.

    Decoder.Header would return unexpected data if the caller was using a csv.Reader with ReuseRecord flag set to true.