update CHANGELOG, adding a release note

This commit is contained in:
mbohlool 2017-10-17 07:49:52 -07:00
parent 7c1819373f
commit c826f7b6e7

View File

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