Mercurial > p > roundup > code
changeset 7480:b60dd795d221
Attribute fix for issue2551280 to Gabor Nagy.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 11 Jun 2023 22:47:42 -0400 |
| parents | d267b0454500 |
| children | d397647d8d5a |
| files | CHANGES.txt |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jun 11 22:40:38 2023 -0400 +++ b/CHANGES.txt Sun Jun 11 22:47:42 2023 -0400 @@ -98,6 +98,8 @@ - Invalid item identifiers passed to REST endpoint return a 404 rather than a 400 error. E.G. /rest/data/issue/issue4 (rather than .../issue/4). (John Rouillard) +- issue2551280 - sorted() method of MultilinkHTMLProperty is broken? + (Gabor Nagy report and fix; commit John Rouillard) Features:
