Skip to content

Commit 77f86cc

Browse files
committed
Update CHANGELOG.md
update for `no_proxy` env. var.
1 parent caa9d5b commit 77f86cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [1.9.3] - 2015-12-08
8+
### Added
9+
- Check for `no_proxy` when determining if the streaming request should pass through a proxy in the chunked_requests submodule. Example: `no_proxy='my_stream_url'` and `http_proxy=my.proxy.ip:1234`, then `my_stream_url` will not get proxied. Previously it would.
10+
711
## [1.9.2] - 2015-11-30
812
**Bug Fix**: Previously, the "Export to plot.ly" link on
913
offline charts would export your figures to the

0 commit comments

Comments
 (0)