-------------------
* Preliminary documentation is available at
<https://dnaio.readthedocs.io/>.
* :pr:`53`: Renamed ``Sequence`` to `~dnaio.SequenceRecord`.
The previous name is still available as an alias
so that existing code will continue to work.
* When reading a FASTQ file, there is now a check that ensures that
all characters are ASCII.
* Function ``record_names_match`` is deprecated, use `~dnaio.SequenceRecord.is_mate` instead.
* Added `~dnaio.SequenceRecord.reverse_complement`.
* Dropped Python 3.6 support as it is end-of-life.