diff --git a/README.rst b/README.rst index f51c156..dee82b5 100644 --- a/README.rst +++ b/README.rst @@ -47,6 +47,19 @@ performance improvements, I'm accepting pull requests! :) Change Log ---------- +0.9.3 +~~~~~ + +* all UTF-8 filenames are now normalized to NFKD in the database to + enable cross-operating system checks + +* the SQLite database is now vacuumed to minimize its size + +* sped up execution by pre-loading all SQLite-stored hashes to memory + and doing comparisons using Python sets + +* bugfix: additional Python 3 fixes when Unicode names were encountered + 0.9.2 ~~~~~ @@ -171,8 +184,14 @@ Authors ------- Glued together by `Ɓukasz Langa `_. Multiple -improvements by `Yang Zhang `_, `Jean-Louis -Fuchs `_, `Phil Lundrigan -`_, `Ben Shepherd -`_, and `Peter Hofmann -`_. +improvements by +`Ben Shepherd `_, +`Jean-Louis Fuchs `_, +`Marcus Linderoth `_, +`p1r473 `_, +`Peter Hofmann `_, +`Phil Lundrigan `_, +`Reid Williams `_, +`Stan Senotrusov `_, +`Yang Zhang `_, and +`Zhuoyun Wei `_. \ No newline at end of file