Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tlueder committed Oct 25, 2022
1 parent 31173ef commit 7f06806
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
* In `MockHttpClient` use the callback returned `Response.request` instead of
the argument value to give more control to the callback. This may be breaking
for callbacks which return incomplete Responses and relied on the default.
* Add `onSendProgress` callback

## 0.13.4

* Throw a more useful error when a client is used after it has been closed.
* Require Dart 2.14.

* Add `onSendProgress` callback

## 0.13.3

* Validate that the `method` parameter of BaseRequest is a valid "token".
Expand Down

0 comments on commit 7f06806

Please sign in to comment.