Skip to content

Commit 053f69f

Browse files
authored
Update CHANGELOG.md
1 parent cce50f9 commit 053f69f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
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]
5+
## [1.12.2] - 2016-06-19
6+
### Added
7+
- The FigureFactory can now create gantt charts with `.create_gantt`. Check it out with:
8+
```
9+
import plotly.tools as tls
10+
help(tls.FigureFactory.create_gantt)
11+
```
12+
13+
## [1.12.1] - 2016-06-19
614
### Added
715
- The FigureFactory can now create violin plots with `.create_violin`. Check it out with:
816
```

0 commit comments

Comments
 (0)