- Return an exit status from ``findx``, reflecting errors from ``find``, ``xargs``, or ``findx`` itself. See ``findx --help`` for exit status values.
0.9.8
=============
- Add support for Travis CI (thanks to John Vandenberg).
0.9.7
=============
- Restore support for Python 2.6. Now these Python versions are supported: 2.6 2.7 3.3 3.4 3.5
0.9.6
=============
- Port unit tests from nose to Python's ``unittest`` module.
- Move change history into CHANGES.rst.
- PEP8 conformance.
- Support Python 2 and Python 3 in the same source base.
0.9.5
=============
- Use ``distutils.spawn.find_executable`` to force searching of ``PATH`` on windows using Git-bash; otherwise, ``find`` will not be found when the Python interpreter is unaware of the Git-bash environment.