===================
- Require Python 3.7 or later (breaking change).
- Remove undocumented submodules (breaking change).
The ``chars``, ``classify``, ``compose``, ``defrag``, ``encoding``,
``join`` and ``split`` submodules have been deleted. Therefore,
statements like
``from uritools.classify import isuri``
will no longer work. Use
``from uritools import isuri``
instead.