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

Skip to content

Commit 49a0a4b

Browse files
committed
finally, a CHANGELOG
1 parent 3d13972 commit 49a0a4b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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][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
17+
18+
### Changed
19+
- Update year to match in every README example.
20+
- Reluctantly stop making fun of Brits only, since most of the world
21+
writes dates in a strange way.

0 commit comments

Comments
 (0)