diff options
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1 +1,4 @@ -Search results are not necessarily returned in order. This is probably unavoidable with the dict protocol. +Search results are not necessarily returned in order. This is +because historical versions of dictd's dictfmt tool doesn't use a +stable sort. This was fixed in commit e12dc72 (2017-06-15) by +Wolfgang Mueller. |