10000 Update CHANGELOG.md · plotly/plotly.py@c5f4e48 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5f4e48

Browse files
committed
Update CHANGELOG.md
1 parent de44623 commit c5f4e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [4.9.0] - ???
66

77
### Added
8-
- Added preview image export support using Kaleido. Kaleido support is enabled by installing the `kaleido` package from PyPI and setting the `kaleido_export` future flag before importing `plotly` ([#2613](https://github.com/plotly/plotly.py/pull/2613)).
8+
- Added image export support using Kaleido. The image export backend can be configured using the new `engine` argument to `plotly.io.to_image` and `plotly.io.write_image`. The `engine` argument may be set to `"kaleido"`, `"orca"`, or `"auto"`. The default is `engine="auto"`, in which case the Kaleido backend is enabled if the `kaleido` package from PyPI is installed, otherwise Orca is used. ([#2613](https://github.com/plotly/plotly.py/pull/2613)).
99

1010
## [4.8.2] - 2020-06-26
1111

0 commit comments

Comments
 (0)
0