Skip to content

Commit 33241b0

Browse files
committed
Mention breaking changes in the changelog
1 parent dcb11c0 commit 33241b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Only the most important or breaking changes are listed there. All other changes
1414

1515
* Added [interceptors](advanced/interceptors.md).
1616
* As interceptors provide a better way to interject the request and response execution flow, request properties `OnBeforeRequest`, `OnBeforeDeserialization` and `OnAfterRequest` are marked obsolete and will be removed in future versions.
17-
* Client option `MaxTimeout` renamed to `Timeout` and changed type to `Timespan` for clarity. It doesn't configure the `HttpClient` timeout any more. Instead, the same method is used for client and request level timeouts with cancellation tokens.
18-
* Request option `Timeout` changed type to `Timespan` for clarity.
17+
* **Breaking change.** Client option `MaxTimeout` renamed to `Timeout` and changed type to `Timespan` for clarity. It doesn't configure the `HttpClient` timeout anymore. Instead, the same method is used for client and request level timeouts with cancellation tokens.
18+
* **Breaking change.** Request option `Timeout` changed type to `Timespan` for clarity.
1919
* Added .NET 8 target.
2020
* Support uploading files as content without multipart form.
2121
* Added `CacheControl` options to client and requests.

0 commit comments

Comments
 (0)