* Fix utter breakage on Windows, introduced in 0.26 (`issue 52 <https://github.com/mgedmin/check-manifest/issues/52>`__). (The bug -- clearing the environment unnecessarily -- could probably also cause locale-related problems on other OSes.)
0.26
-----------------
* Do not complain about missing ``.gitattributes`` file (`PR 50 <https://github.com/mgedmin/check-manifest/pull/50>`__).
* Normalize unicode representation and case of filenames. (`issue 47 <https://github.com/mgedmin/check-manifest/issues/47>`__).
* Support installation via zc.buildout better (`issue 35 <https://github.com/mgedmin/check-manifest/issues/35>`__).
* Drop Python 2.6 support because one of our test dependencies (mock) dropped it. This also means we no longer use environment markers.
0.25
-----------------
* Stop dynamic computation of install_requires in setup.py: this doesn't work well in the presence of the pip 7 wheel cache. Use PEP-426 environment markers instead (this means we now require setuptools >= 0.7, and pip >= 6.0, and wheel >= 0.24).
0.24
-----------------
* Make sure ``setup.py`` not being added to the VCS doesn't cause hard-to-understand errors (`issue 46 <https://github.com/mgedmin/check-manifest/issues/46>`__).
0.23
-----------------
* More reliable svn status parsing; now handles svn externals (`issue 45 <https://github.com/mgedmin/check-manifest/issues/45>`__).
* The test suite now skips tests for version control systems that aren't installed (`issue 42 <https://github.com/mgedmin/check-manifest/issues/42>`__).
0.22
-----------------
* More terse output by default; use the new ``-v`` (``--verbose``) flag to see all the details.
* Warn the user if MANIFEST.in is missing (`issue 31 <https://github.com/mgedmin/check-manifest/issues/31>`__).
* Fix IOError when files listed under version control are missing (`issue 32 <https://github.com/mgedmin/check-manifest/issues/32>`__).
* Improved wording of the match/do not match messages (`issue 34 <https://github.com/mgedmin/check-manifest/issues/34>`__).
* Handle a relative --python path (`issue 36 <https://github.com/mgedmin/check-manifest/issues/36>`__).
* Warn about leading and trailing slashes in MANIFEST.in (`issue 37 <https://github.com/mgedmin/check-manifest/issues/37>`__).
* Ignore .travis.yml by default (`issue 39 <https://github.com/mgedmin/check-manifest/issues/39>`__).
* Suggest a rule for Makefile found deeper in the source tree.