diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ae92ebd4..1bcf7730 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,14 @@ new version =========== -- Creates a cython wrapper for the similarity comparison C++ code and removes the cffi compiler. +0.14.0 +====== + +- test and release for Python 3.9 too #384 +- fix cibuildwheel #382 +Thanks Brian for the following two PRs. That's awesome! +- Feature arbitrary (byte)-size encodings #366 +- Creates a cython wrapper for the similarity comparison C++ code and removes the cffi compiler. #363 0.13.1 ======