# HG changeset patch # User John Rouillard # Date 1652630871 14400 # Node ID fe0408e7d15c58214a14ebeb864c72522ab06ecb # Parent 8ab98de22df0b10ce847e521ce16c0c8bafb5828 Update changelog for issue2551159 diff -r 8ab98de22df0 -r fe0408e7d15c CHANGES.txt --- a/CHANGES.txt Sun May 15 12:02:57 2022 -0400 +++ b/CHANGES.txt Sun May 15 12:07:51 2022 -0400 @@ -86,6 +86,11 @@ request was done. - Mark strings involved with password reset and registration for translation. (reported: Thomas Arendsen Hein, John Rouillard) +- issue2551159 - cl.filter fails if filterspec is None (also + group and sort). Passing a sort, group or filterprop param + set to None to any filter() call should not cause a + traceback. It will pretend as though no filter, sort or + group was specified. (John Rouillard) Features: