Mercurial > p > roundup > code
changeset 6678:fe0408e7d15c
Update changelog for issue2551159
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 15 May 2022 12:07:51 -0400 |
| parents | 8ab98de22df0 |
| children | 358dda66e806 |
| files | CHANGES.txt |
| diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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:
