Mercurial > p > roundup > code
diff CHANGES.txt @ 6416:99d344aa825d
- issue2550648 - keyword boolean search multiple issues
Fix issue where saving the keyword boolean search would remove the
link to open the editor.
Note that re-opening the editor starts with a blank operation. It does
not inherit the existing expression.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 19 May 2021 20:41:58 -0400 |
| parents | 3dbf1bc5e567 |
| children | 559b3d8e03d7 |
line wrap: on
line diff
--- a/CHANGES.txt Tue May 18 08:50:46 2021 +0200 +++ b/CHANGES.txt Wed May 19 20:41:58 2021 -0400 @@ -103,6 +103,9 @@ if the given property is unset for an element of the list. Crash fixed. New feature NoneFirst added to method to make unset values sort at start or end of sorted list. (John Rouillard) +- issue2550648 - keyword boolean search. Issue has multiple problems. + Fix issue where saving the keyword boolean search would remove the + link to open the editor. Features: - issue2550522 - Add 'filter' command to command-line
