-------------------
- Passing a regular expression separator to a `read_*()` function is now
deprecated, and support will be removed in version 1.0.
- Added `TerminatedSplitter`, `PrecededSplitter`, `SeparatedSplitter`, &
`UniversalNewlineSplitter` classes and `get_newline_splitter()` function for
incremental splitting of strings in chunks
- Drop support for Python 3.6
- Moved documentation from README file to a Read the Docs site