From ff287e3326895af62095cca44fc6f6f6235a8650 Mon Sep 17 00:00:00 2001 From: Yaakov Date: Mon, 20 May 2019 17:58:01 +1000 Subject: [PATCH] Sync release notes --- SteamKit2/SteamKit2/changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SteamKit2/SteamKit2/changes.txt b/SteamKit2/SteamKit2/changes.txt index 3b9f27d24..8ffc2c514 100644 --- a/SteamKit2/SteamKit2/changes.txt +++ b/SteamKit2/SteamKit2/changes.txt @@ -9,7 +9,7 @@ BREAKING CHANGES * WebAPI now takes a arguments dictionary as `Dictionary`, rather than `Dictionary`. * 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. ------------------------------------------------------------------------------