Skip to content

Commit

Permalink
📝 Fix CHANGELOGs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jan 29, 2025
1 parent a37778e commit f524cdc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See the [Migration Guide][] for the complete breaking changes list.**
- Update comments and strings with `MultipartFile`.
- Removes redundant warnings when composing request options on Web.
- Fixes boundary inconsistency in `FormData.clone()`.
- Support `FileAccessMode` in `Dio.download` and `Dio.downloadUri` to change download file opening mode
- Support `FileAccessMode` in `Dio.download` and `Dio.downloadUri` to change download file opening mode.
- Fix `ListParam` equality by using the `DeepCollectionEquality`.
- Enables configuring the logging details of `DioException` globally and locally.
- Enables using `Dio.clone` to reuse base options, client adapter, interceptors, and transformer,
Expand Down
2 changes: 1 addition & 1 deletion plugins/http2_adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ See the [Migration Guide][] for the complete breaking changes list.**

## Unreleased

- Make cached connections respect redirections.
- Make cached connections respect redirections and scheme.

## 2.5.3

Expand Down
4 changes: 3 additions & 1 deletion plugins/web_adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

## Unreleased

- Support `FileAccessMode` in `Dio.download` and `Dio.downloadUri` to change download file opening mode
- Support `FileAccessMode` in `Dio.download` and `Dio.downloadUri` to change download file opening mode.

## 2.0.0

Expand Down

0 comments on commit f524cdc

Please sign in to comment.