^^^^^^^^^^^^
*Release date: 2 July 2021*
Added
^^^^^
* `--input-linesep` CLI argument for `picard`, `star`, and `vep` for specifying the line
separator used when parsing the input file. This is also exposed in the `parser`
functions as `input_linesep`. For `vep` in particular, this is a backwards-incompatible
change, as the previous behavior is to always parse using the POSIX new line separator.
..