------------------
- Drop support for running tests using ``python setup.py test``.
- Drop Python 3.5 support.
- Extended ``<paraStyle>``:
* ``underline``: A boolean field indicating whether the entire paragraph is
underlined. The following related attributes have also been added to the
style: ``underlineColor``, ``underlineOffset``, ``underlineWidth``,
``underlineGap``, and ``underlineKind``
* ``strike``: A boolean field indicating whether the entire paragraph is
stricken. The following related attributes have also been added to the
style: ``strikeColor``, ``strikeOffset``, ``strikeWidth``,
``strikeGap``, and ``strikeKind``
* ``justifyLastLine``: Added attribute that is available in the API.
* ``justifyBreaks``: Added attribute that is available in the API.
* ``spaceShrinkage``: Added attribute that is available in the API.
* ``linkUnderline``: Added attribute that is available in the API.