Skip to content

Commit 09a8c99

Browse files
committed
Update release notes with breaking changes
1 parent 793ab40 commit 09a8c99

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

releasenotes.markdown

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,19 @@
33
## 104.0
44

55
* Fixed Windows Phone and Silverlight to use culture when calling Convert.ChangeType() (thanks trydis)
6-
* Added support for non-standard HTTP methods (thanks jhoerr)
6+
* Added support for non-standard HTTP methods (thanks jhoerr)
7+
New API methods include:
8+
* IRestClient.ExecuteAsyncGet()
9+
* IRestClient.ExecuteAsyncPost()
10+
* IRestClient.ExecuteAsyncGet<T>()
11+
* IRestClient.ExecuteAsyncPost<T>()
12+
13+
See [groups discussion](https://groups.google.com/forum/?fromgroups=#!topic/restsharp/FCLGE5By7AU) for more info
14+
715
* Resolved an xAuth support issue in the OAuth1Authenticator (thanks artema)
8-
* Change AddDefaultParameter methods to be extension methods (thanks haacked)
16+
* 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
18+
919
* Adding support for deserializing enums from integer representations (thanks dontjee)
1020

1121
## 103.4

0 commit comments

Comments
 (0)