Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00c79a2

Browse files
committed
Finally, a CHANGELOG
1 parent 2f8cf26 commit 00c79a2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## [Unreleased]
6+
7+
## [1.8.2] - 2015-08-11
8+
### Added
9+
- CHANGELOG
10+
- `sharing` keyword argument for `plotly.plotly.plot` and `plotly.plotly.iplot` with options `'public' | 'private' | 'secret'` to control the privacy of the charts. Depreciates `world_readable`
11+
12+
### Changed
13+
- If the response from `plot` or `iplot` contains an error message, raise an exception
14+
15+
### Fixed
16+
- The height of the graph in `iplot` respects the figure's height in layout

0 commit comments

Comments
 (0)