Skip to content

Commit 443f1c8

Browse files
committed
Update changelog
1 parent c499320 commit 443f1c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkgs/http/CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@
2020
* In `MockHttpClient` use the callback returned `Response.request` instead of
2121
the argument value to give more control to the callback. This may be breaking
2222
for callbacks which return incomplete Responses and relied on the default.
23+
* Add `onSendProgress` callback
2324

2425
## 0.13.4
2526

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

29-
* Add `onSendProgress` callback
30-
3130
## 0.13.3
3231

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

0 commit comments

Comments
 (0)