From b8614331d2d8b0024e85dafe206ceb510d7b15e8 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Wed, 10 May 2023 15:15:45 -0700 Subject: [PATCH] update news --- NEWS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.md b/NEWS.md index fdd7a97..8e607f7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +crul 1.4 +======== + +### ASYNC RETRIES + +Via the two issues (#135) and (#159) `crul` now supports http retries in: `Async`, `AsyncVaried`, `AsyncQueue`, and the request builder class `HttpRequest` + + crul 1.3 ========