Skip to content

Commit c6f30c8

Browse files
committed
Add release notes for 104.3.3
1 parent 00ab7b2 commit c6f30c8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

releasenotes.markdown

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# RestSharp Release Notes
22

3+
## 104.3.3
4+
5+
To see all commits for this version, [click here](https://github.com/RestSharp/RestSharp/compare/104.2...104.3.3).
6+
7+
### New Features/Improvements
8+
9+
* Support for query string parameters on POST requests
10+
* Deserialize an integer to a bool property
11+
* Enable Task extensions for Monotouch and Monodroid platforms
12+
* Support for deserializing a dictionary of lists
13+
14+
### Bug Fixes
15+
16+
* Fixed regression that prevented deserializing requests when non-protocol errors occurred
17+
* Properly URL encode strings longer than 32766 characters
18+
319
## 104.2
420

521
To see all commits for this version, [click here](https://github.com/RestSharp/RestSharp/compare/104.1...104.2).

0 commit comments

Comments
 (0)