Improvements to get_close_matches

This commit is contained in:
Armin Ronacher 2021-01-24 22:14:37 +01:00
parent 42ae311b1c
commit 8a8e1c4822
3 changed files with 94 additions and 4 deletions

View file

@ -2,6 +2,11 @@
All notable changes to similar are documented here.
## 0.4.0
* Change `get_close_matches` to use Python's quick ratio optimization
and order lexicographically when tied.
## 0.3.0
* Added grapheme and character level diffing utilities.