From 12c1b20d661ce7fe5e3a9483feb3d51a1c4245d0 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Thu, 21 Sep 2023 10:20:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dio/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dio/CHANGELOG.md b/dio/CHANGELOG.md index bf2f3a650..f3df5e24e 100644 --- a/dio/CHANGELOG.md +++ b/dio/CHANGELOG.md @@ -12,6 +12,7 @@ See the [Migration Guide][] for the complete breaking changes list.** - Reduce cases in which browsers would trigger a CORS preflight request. - Add warnings in debug mode when using `sendTimeout` and `onSendProgress` with an empty request body. - Fix `receiveTimeout` not working correctly on web. +- Fix `ImplyContentTypeInterceptor` can be removed by `Interceptors.clear()` by default. ## 5.3.2