* Fixed a bug in setup.py: installation would fail on Python 3 if the locale did not specify UTF-8 charset (Felix Yan).
* Added COPYING, StringMatcher.py, gendoc.sh and NEWS in MANIFEST.in, as they were missing from source distributions.
0.11.1
* Added Levenshtein.h to MANIFEST.in
0.11.0
* Python 3 support, maintainership passed to Antti Haapala
0.10.2
* Made python-Lehvenstein Git compatible and use setuptools for PyPi upload * Created HISTORY.txt and made README reST compatible
0.10.1
* apply_edit() broken for Unicodes was fixed (thanks to Radovan Garabik) * subtract_edit() function was added
0.10.0
* Hamming distance, Jaro similarity metric and Jaro-Winkler similarity metric were added * ValueErrors raised on wrong argument types were fixed to TypeErrors