------------------
Features
~~~~~~~~
* `3 <https://github.com/aklajnert/pytest-subprocess/pull/3>`_: Add basic support for process input.
Bug fixes
~~~~~~~~~
* `5 <https://github.com/aklajnert/pytest-subprocess/pull/5>`_: Make ``wait()`` method to raise ``TimeoutError`` after the desired time will elapse.
Documentation changes
~~~~~~~~~~~~~~~~~~~~~
* `7 <https://github.com/aklajnert/pytest-subprocess/pull/7>`_, `#8 <https://github.com/aklajnert/pytest-subprocess/pull/8>`_, `#9 <https://github.com/aklajnert/pytest-subprocess/pull/9>`_: Create Sphinx documentation.
Other changes
~~~~~~~~~~~~~
* `10 <https://github.com/aklajnert/pytest-subprocess/pull/10>`_: Switch from ``tox`` to ``nox`` for running tests and tasks.
* `4 <https://github.com/aklajnert/pytest-subprocess/pull/4>`_: Add classifier for Python 3.9. Update CI config to test also on that interpreter version.