Skip to content

Commit 8f0ac6e

Browse files
committed
Merge pull request #314 from plotly/add-graph-reference-changelog
Add graph reference changelog
2 parents 0880002 + ff6e71d commit 8f0ac6e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
- You can also save `auto_open` and `sharing` to the config file so that you can forget these
1010
keyword argument in `py.iplot` and `py.plot`.
1111

12+
## [1.8.5] - 2015-09-29
13+
### Fixed
14+
- Fixed validation errors (validate=False workaround no longer required)
15+
16+
### Added
17+
- Auto-sync API request on import to get the latest schema from Plotly
18+
- `.`-access for nested attributes in plotly graph objects
19+
- General `.help()` method for plotly graph objects
20+
- Specific attribute `.help(<attribute>)` also included
21+
22+
### Removed
23+
- No more *is streamable*, streaming validation.
1224

1325
## [1.8.3] - 2015-08-14
1426
### Fixed

0 commit comments

Comments
 (0)