Skip to content

Commit 7f06806

Browse files
committed
Update changelog
1 parent 31173ef commit 7f06806

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
@@ -6,14 +6,13 @@
66
* In `MockHttpClient` use the callback returned `Response.request` instead of
77
the argument value to give more control to the callback. This may be breaking
88
for callbacks which return incomplete Responses and relied on the default.
9+
* Add `onSendProgress` callback
910

1011
## 0.13.4
1112

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

15-
* Add `onSendProgress` callback
16-
1716
## 0.13.3
1817

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

0 commit comments

Comments
 (0)