From c826f7b6e7d9d214bed4e3c391b5973809013152 Mon Sep 17 00:00:00 2001 From: mbohlool Date: Tue, 17 Oct 2017 07:49:52 -0700 Subject: [PATCH] update CHANGELOG, adding a release note --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c90222e7..c3871d3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Master +- IntOrString is now object thus it can be int or string. #18 #359 - Adding stream package to support calls like exec. The old way of calling them is deprecated. See [Troubleshooting](README.md#why-execattach-calls-doesnt-work)). - config.http_proxy_url is deprecated. use configuration.proxy instead. - Configuration is not a singleton object anymore. Please use Configuraion.set_default to change default configuration.