Skip to content
This repository was archived by the owner on Apr 10, 2018. It is now read-only.

Commit 68cf63b

Browse files
committed
Documentation update
1 parent f1c8851 commit 68cf63b

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,21 @@ This is some kind of a RestSharp port to PCL.
66

77
# News #
88

9-
* Version 2.2.0 is available now!
9+
* Version 2.3.1 is available now!
1010

1111
# Changes #
1212

13+
## 2.3.1 ##
14+
15+
* Fixes issue [#18](https://github.com/FubarDevelopment/restsharp.portable/issues/17)
16+
* All DateTime(Offset) HTTP header values are encoded as described in RFC 1123 after conversion to UTC/GMT
17+
* All data is converted to a string using the en-US culture (might be a breaking change)
18+
19+
## 2.3.0 ##
20+
21+
* Fixes issue [#17](https://github.com/FubarDevelopment/restsharp.portable/issues/17)
22+
* New IsSuccess property for IRestResponse
23+
1324
## 2.2.0 ##
1425

1526
* Fixes issue [#15](https://github.com/FubarDevelopment/restsharp.portable/issues/15)

0 commit comments

Comments
 (0)