- Ignore stderr from external commands that successfully produce stdout (like warnings printed by setup.py --long-description). Fixes `55 <https://github.com/mgedmin/restview/issues/55>`_.
- Cope with readme_renderer.clean.clean() returning None on failure.
2.9.0
------------------
- Added ``__main__.py`` module to allow package to be executable with ``python -m restview``. - SimplyKnownAsG
2.8.1
------------------
- Protect against DNS rebinding attacks. See `51 <https://github.com/mgedmin/restview/issues/51>`_.
2.8.0
Not secure
------------------
- Claim Python 3.6 support.
- Drop Python 3.3 support.
- New option ``--report-level`` that defaults to 2 (previously this was hardcoded to 0). See `49 <https://github.com/mgedmin/restview/issues/49>`_.
- Relax ``--strict`` to mean ``--halt-level=2`` (previously it meant ``--halt-level=1``). See `49`_.
2.7.0
Not secure
------------------
- New option ``--halt-level`` (`44 <https://github.com/mgedmin/restview/pull/44>`_), contributed by Kunshan Wang.
- New option ``-B``/``--no-browser`` (`46 <https://github.com/mgedmin/restview/issues/46>`_).
2.6.1
Not secure
------------------
- The ``readme`` dependency was renamed ``readme_renderer`` (fixes `30 <https://github.com/mgedmin/restview/issues/30>`_, `41 <https://github.com/mgedmin/restview/issues/41>`_).