Skip to content

Commit 799c88a

Browse files
committed
Moved the changelog
1 parent dfaae39 commit 799c88a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs/whats-new/changelog.md docs/docs/changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: What's new
33
description: List of changes per RestSharp version.
4+
sidebar_position: 2
45
---
56

67
# Changelog
@@ -11,7 +12,7 @@ Only the most important or breaking changes are listed there. All other changes
1112

1213
## v111
1314

14-
* Added [interceptors](../advanced/interceptors.md).
15+
* Added [interceptors](advanced/interceptors.md).
1516
* 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.
1617
* 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.
1718
* Request option `Timeout` changed type to `Timespan` for clarity.

0 commit comments

Comments
 (0)