mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-26 09:23:55 +00:00
482 B
482 B
This is a relatively minor release, containing feature requests.
Features:
- There is a new DSL functions mapexcept which returns a copy of the argument with speicified key(s), if any, unset. This resolves https://github.com/johnkerl/miller/issues/137.
Bugfixes:
- CRLF line-endings were not being correctly autodetected when I/O formats were specified using --c2j et al.