diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-09-12 14:03:09 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-09-12 14:03:09 +0200 |
commit | 3cccdc35bc5b4edcc97d486cf9ed50fc7b2ca82a (patch) | |
tree | dead79a7978971ebe80c84b75d2d4559360d5e14 /Changelog | |
parent | 4caa67e1f2ca8ec055acf24f04d99da028e5c06f (diff) |
use Text::Levenshtein(XS) for fuzzy station name matching
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ git HEAD * Result: Add info key 900 + * Station: Improve get_station matching quality by using the Levenshtein + edit distance instead of simple substring matching + * new dependency: Text::LevenshteinXS (see README for notes about + drop-in replacements) Travel::Status::DE::IRIS 1.02 - Tue May 26 2015 |