Skip to content

Commit ddde53b

Browse files
committed
Update release notes
1 parent 09a8c99 commit ddde53b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

releasenotes.markdown

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
* Fixed Windows Phone and Silverlight to use culture when calling Convert.ChangeType() (thanks trydis)
66
* Added support for non-standard HTTP methods (thanks jhoerr)
77
New API methods include:
8-
* IRestClient.ExecuteAsyncGet()
9-
* IRestClient.ExecuteAsyncPost()
10-
* IRestClient.ExecuteAsyncGet<T>()
11-
* IRestClient.ExecuteAsyncPost<T>()
8+
* `IRestClient.ExecuteAsyncGet()`
9+
* `IRestClient.ExecuteAsyncPost()`
10+
* `IRestClient.ExecuteAsyncGet<T>()`
11+
* `IRestClient.ExecuteAsyncPost<T>()`
1212

1313
See [groups discussion](https://groups.google.com/forum/?fromgroups=#!topic/restsharp/FCLGE5By7AU) for more info
1414

1515
* Resolved an xAuth support issue in the OAuth1Authenticator (thanks artema)
1616
* Change AddDefaultParameter methods to be extension methods (thanks haacked)
17-
Added RestClientExtensions.AddDefaultParameter() with 4 overloads. See pull request [#311](https://github.com/restsharp/RestSharp/pull/311) for more info
17+
Added `RestClientExtensions.AddDefaultParameter()` with 4 overloads. See pull request [#311](https://github.com/restsharp/RestSharp/pull/311) for more info
1818

1919
* Adding support for deserializing enums from integer representations (thanks dontjee)
2020

0 commit comments

Comments
 (0)