Skip to content

Commit ddcebd6

Browse files
authored
Merge pull request #674 from plotly/update-changelog
Update changelog.
2 parents 871114d + 4b3ec27 commit ddcebd6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Diff for: CHANGELOG.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Unreleased
6-
### Updated
7-
- `plotly.figure_factory.create_violin()` now has a `rugplot` parameter which determines whether or not a rugplot is draw beside each violin plot.
8-
9-
## [2.0.0]
5+
## [2.0.0] - 2017-01-25
106

117
### Changed
128
- `plotly.exceptions.PlotlyRequestException` is *always* raised for network
@@ -18,6 +14,8 @@ revisited.
1814
config. If it cannot make a successful request, it raises a `PlotlyError`.
1915
- `plotly.figure_factory` will raise an `ImportError` if `numpy` is not
2016
installed.
17+
- `plotly.figure_factory.create_violin()` now has a `rugplot` parameter which
18+
determines whether or not a rugplot is draw beside each violin plot.
2119

2220
### Deprecated
2321
- `plotly.tools.FigureFactory`. Use `plotly.figure_factory.*`.
@@ -26,7 +24,7 @@ it's gone. (e.g., `_numpy_imported`)
2624
- (plotly v2 helper) `plotly.py._api_v2` It was private anyhow, but now it's
2725
gone.
2826

29-
## [1.13.0] - 2016-01-17
27+
## [1.13.0] - 2016-12-17
3028
### Added
3129
- Python 3.5 has been added as a tested environment for this package.
3230

0 commit comments

Comments
 (0)