From 1ad25c3dcdff5e6bc636af39d296f52c71a235de Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 11 Feb 2015 14:40:28 -0500 Subject: [PATCH] 1.7.0 --- API.md | 6 +++--- CHANGELOG.md | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/API.md b/API.md index d9026c309..8ea5a7f87 100644 --- a/API.md +++ b/API.md @@ -1,4 +1,4 @@ -This file documents effors toward establishing a public API for iD, one that +This file documents efforts toward establishing a public API for iD, one that can support plugin development. ## URL parameters @@ -145,7 +145,7 @@ var iD = iD() ### Minimum Editable Zoom -The minimum zoom at which iD enters the edit mode is configured using the `iD().minEditableZoom()` accessor. The default value is 16. To change this initialise iD as +The minimum zoom at which iD enters the edit mode is configured using the `iD().minEditableZoom()` accessor. The default value is 16. To change this initialise iD as ```js @@ -154,4 +154,4 @@ var iD = iD(). ``` -This should be set with caution for performance reasons. The OpenStreetMap API has a limitation of 50000 nodes per request. \ No newline at end of file +This should be set with caution for performance reasons. The OpenStreetMap API has a limitation of 50000 nodes per request. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b4861f4e..5e38cbd56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.6.3 +## 1.7.0 * Fix typo in smoothness field - should be "impassable" (#2523) * Update to Mapillary API v2 calls (#2522) diff --git a/package.json b/package.json index 27a7cd904..c97804224 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.6.3", + "version": "1.7.0", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": {