diff --git a/CHANGELOG.md b/CHANGELOG.md index e68a3c8498a..08e2b5e9a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [2.4.0] - 2018-02-16 [SOON TO BE YANKED] +## [2.4.0] - 2018-02-16 [BROKEN] ### Added - County Choropleth figure factory. Call `help(plotly.figure_factory.create_choropleth)` for examples and how to get started making choropleths of US counties with the Python API. -Note: `import plotly.figure_factory as ff` is broken and 2.4.0 must be yanked ASAP. Efforts to fix this version are currently underway. - +Note: Calling `plotly.figure_factory.create_choropleth` is broken and fails with an IOError. ## [2.3.0] - 2018-01-25 ### Fixed