Skip to content

Commit 8c3c7a5

Browse files
committed
Add change note
1 parent 6ffe0fc commit 8c3c7a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,12 @@ Fixed:
223223
HTTP/1.1, this causes a delay while the browser waits for a timeout.
224224
Forcing the connection to close after the CSV file is written
225225
removes the delay. (John Rouillard)
226+
- issue2551330 Add an optional 'filter' function to the Permission
227+
objects and the addPermission method. This is used to optimize search
228+
performance by not checking items returned from a database query
229+
one-by-one (using the check function) but instead offload the
230+
permission checks to the database. For SQL backends this performs the
231+
filtering in the database. (Ralf Schlatterbeck)
226232

227233
Features:
228234

0 commit comments

Comments
 (0)