----------------
- rl is now GPLv3 because it statically links to GNU Readline.
[stefan]
- Include GNU Readline 8.0.
[stefan]
- Support Python 3.6 os.PathLike objects for filenames.
[stefan]
- Handle new GIL checks in Python 3.6. See `PYTHONMALLOC`_.
[stefan]
- Add ``history.max_file`` and ``history.append_file``.
[stefan]
- Add ``directory_rewrite_hook``, ``filename_rewrite_hook``, and
``filename_stat_hook``.
[stefan]
- Catch up with bug fixes applied to the standard library readline module.
[stefan]
- Stop using 2to3.
[stefan]
- Remove ``reset`` APIs from the documentation. They override
``~/.inputrc`` and should only be used in tests.
[stefan]
.. _`PYTHONMALLOC`: https://docs.python.org/3/whatsnew/3.6.html