Skip to content

Commit

Permalink
Sync release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakov-h committed May 20, 2019
1 parent fa128f1 commit ff287e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SteamKit2/SteamKit2/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BREAKING CHANGES
* WebAPI now takes a arguments dictionary as `Dictionary<string, object>`, rather than `Dictionary<string, string>`.
* Arguments of type `byte[]` are converted to their Base-64 representation.
* Arguments of value `null` are treated as empty strings.
* All other arguments are converted to `string` by calling `object.ToString()`.
* All other arguments are converted to `string` by calling `object.ToString()` and encoded to a URL safe representation.


------------------------------------------------------------------------------
Expand Down

0 comments on commit ff287e3

Please sign in to comment.