Skip to content

Commit

Permalink
clarify upgrading in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
morganherlocker committed Feb 24, 2015
1 parent a4d7ecf commit 5c65b5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 2.0.0

* turf-grid => turf-point-grid (turf.pointGrid)
* turf-hex => turf-hex-grid (turf.hexGrid)
* turf-grid renamed turf-point-grid (turf.grid => turf.pointGrid)
* turf-hex renamed turf-hex-grid (turf.hex => turf.hexGrid)
* turf-hex-grid now has a required `unit` parameter
* remove turf-isobands
* added turf-square-grid
* added turf-triangle-grid
* remove turf-isobands; use turf-isolines instead
* added turf-square-grid (turf.squareGrid)
* added turf-triangle-grid (turf.triangleGrid)
* constrain turf-point-grid to the bbox

# 1.4.0
Expand Down

0 comments on commit 5c65b5f

Please sign in to comment.