Skip to content

Commit

Permalink
Fill in NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Jul 7, 2023
1 parent 29503b8 commit aec00de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# httptest2 0.1.0.9000

* `capture_requests()` can be used without loading `library(httptest2)` (#22, @kforner)
* `gsub_response()` safely redacts responses with an empty body (#28)
* Tests and examples no longer use `httpbin.org`
* Workarounds for issues in `httr2 < 0.2` have been removed

# httptest2 0.1.0

Initial port of `httptest` to work on top of `httr2`. All APIs preserved except:
Expand Down

0 comments on commit aec00de

Please sign in to comment.