From 15d2189ed37b5bb7c66d3c777fcd3a5fae3f44e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCder?= Date: Tue, 17 May 2022 10:44:13 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b42a30402c..6c45dbcd9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,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".