aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug71913
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug7191 b/changes/bug7191
new file mode 100644
index 000000000..f50b16e3a
--- /dev/null
+++ b/changes/bug7191
@@ -0,0 +1,3 @@
+ o Bugfixes
+ - The smartlist_bsearch_idx() function was broken for lists of length zero
+ or one; fix it. This fixes bug7191.