diff --git a/NEWS b/NEWS index e1f7fe7e..c2b6afd9 100644 --- a/NEWS +++ b/NEWS @@ -37,7 +37,8 @@ Changes Patch from amtlib-dot-dll -* Return 400 HTTP status code if exception was caught while executing RPC method +* Return 400 HTTP status code if exception was caught while executing + RPC method Previously, we returned 500 HTTP status code. I think the found in RPC level, not in HTTP protocol, so 500 is not appropriate. @@ -50,9 +51,11 @@ Changes Patch from Adam Baxter -* Increase --select-file upper bound to 1m for torrent containing lots of files +* Increase --select-file upper bound to 1m for torrent containing lots + of files -* Fix busy loop with --dry-run and 4xx response for URI listed in metalink +* Fix busy loop with --dry-run and 4xx response for URI listed in + metalink See GH-430