Skip to content

Commit 8f2c0ab

Browse files
committed
Add the 1.8.5 changelog entry for schema update.
1 parent 9c1d086 commit 8f2c0ab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [1.8.5] - 2015-09-29
8+
### Fixed
9+
- Fixed validation errors (validate=False workaround no longer required)
10+
11+
### Added
12+
- Auto-sync API request on import to get the latest schema from Plotly
13+
- `.`-access for nested attributes in plotly graph objects
14+
- General `.help()` method for plotly graph objects
15+
- Specific attribute `.help(<attribute>)` also included
16+
17+
### Removed
18+
- No more *is streamable*, streaming validation.
19+
720
## [1.8.3] - 2015-08-14
821
### Fixed
922
- Fixed typos in `plot` and `iplot` documentations

0 commit comments

Comments
 (0)