Skip to content

Commit 51501b3

Browse files
committed
move ralf's update to the correct version.
Ralf's changes update was in the 2.4.0 section. Move to 2.5.0 section.
1 parent 8c3c7a5 commit 51501b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGES.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ Features:
3737
- issue2551315 - Document use of
3838
RestfulInstance.max_response_row_size to limit data returned
3939
from rest request.
40+
- issue2551330 Add an optional 'filter' function to the Permission
41+
objects and the addPermission method. This is used to optimize search
42+
performance by not checking items returned from a database query
43+
one-by-one (using the check function) but instead offload the
44+
permission checks to the database. For SQL backends this performs the
45+
filtering in the database. (Ralf Schlatterbeck)
4046

4147
2024-07-13 2.4.0
4248

@@ -223,12 +229,6 @@ Fixed:
223229
HTTP/1.1, this causes a delay while the browser waits for a timeout.
224230
Forcing the connection to close after the CSV file is written
225231
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)
232232

233233
Features:
234234

0 commit comments

Comments
 (0)