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

Commit 9b772c0

Browse files
committed
Updated documentation
1 parent 1d5f87f commit 9b772c0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@ This is some kind of a RestSharp port to PCL.
66

77
# News #
88

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

1111
# Changes #
1212

13+
## 2.3.2 ##
14+
15+
* Fixes concurrent requests on the same RestClient (fixes [#19](https://github.com/FubarDevelopment/restsharp.portable/issues/19),
16+
bug introduced with [#11](https://github.com/FubarDevelopment/restsharp.portable/issues/11))
17+
1318
## 2.3.1 ##
1419

15-
* Fixes issue [#18](https://github.com/FubarDevelopment/restsharp.portable/issues/17)
20+
* Fixes issue [#18](https://github.com/FubarDevelopment/restsharp.portable/issues/18)
1621
* All DateTime(Offset) HTTP header values are encoded as described in RFC 1123 after conversion to UTC/GMT
1722
* All data is converted to a string using the en-US culture (might be a breaking change)
1823

0 commit comments

Comments
 (0)