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. ------------------------------------------------------------------------------