=========
Changelog
=========

Here you can find the recent changes to kaptan

v0.5.10 (2018-07-06)
--------------------
- Update Pipfile
- Relax pyyaml requirements to <4
- Support for Python 3.7
- Prevent test from creating stray .pyc files
- Update pytest 3.2.3 to 3.6.3
- Update sphinx 1.6.4 to 1.7.5
- Update sphinx-argparse 0.2.1 to 0.2.2
- Update sphinx-rtd-theme 0.2.4 to 0.4.0
- Add ``make sync_pipfile`` for updating Pipfile

v0.5.9 (2017-10-19)
-------------------

- Make yaml safe by default (https://github.com/emre/kaptan/pull/46) by
  @pradyunsg
- Add ``Pipfile`` for `pipenv`_
- Add ``.tmuxp.yaml`` for `tmuxp`_
- Add ``Makefile`` with tasks to re-run commands on file save, rebuild
  sphinx
- Update py.test, sphinx versions

.. _pipenv: https://github.com/kennethreitz/pipenv
.. _tmuxp: https://tmuxp.git-pull.com

.. # vim: set filetype=rst:
