Mercurial > p > roundup > code
changeset 8211:513942bca8d2
fix(web): issue2551381 - update changelog.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 15 Dec 2024 00:42:18 -0500 |
| parents | 4ed886dc2558 |
| children | 79b9343794f5 |
| files | CHANGES.txt |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Sun Dec 15 00:36:19 2024 -0500 +++ b/CHANGES.txt Sun Dec 15 00:42:18 2024 -0500 @@ -39,6 +39,8 @@ - issue2551356 - Add etag header when If-Modified-Since GET request returns not-modified (304). Breaking change to function signature for client.py-Client::_serve_file(). (John Rouillard) +- issue2551381 - roundup-server parses URI's with multiple '?" + incorrectly. (John Rouillard) Features:
