summaryrefslogtreecommitdiff
path: root/doc/doc-txt/NewStuff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-07-05 16:32:27 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-07-05 17:43:04 +0100
commit5f17d2f09733cc77355841fbf095a95186cc9fe5 (patch)
tree7040c65ccc02b23ef1435a4d8937349a51084324 /doc/doc-txt/NewStuff
parent89b1a5980cf39a0f34186a4c91c3b316c7b2f831 (diff)
Support ret-full on lsearch. Bug 2611
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r--doc/doc-txt/NewStuff3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index ecb9814f4..ac6383ca4 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -33,6 +33,9 @@ Version 4.95
db file, replacing the previous prefix to the SQL string (which had
issues when the SQL used tainted values).
+ 9. Lsearch lookups accept a "ret=full" option, to return both the portion
+ of the line matching the key, and the remainder.
+
Version 4.94
------------