Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Oct 6, 2014
1 parent d904736 commit 4a51f67
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## 1.6.0

* Add nework field to Road Route relation preset (#2372)

This comment has been minimized.

Copy link
@PeterPablo

PeterPablo Oct 7, 2014

"nework" -> "network"

* Updated TIGER layer to use TIGER 2014
* Added support for street-level imagery from Mapillary
* Added support for taginfo projects data
* Better infer restriction for no_u_turn (#2345)
* Update to rbush 1.3.3
* Improved a variety of presets
* Added `comment` url param to prefill changeset comment (#2311)

## 1.5.4

* Do not fully fill certain landuse values, e.g. landuse=residential (#542)
Expand Down
2 changes: 1 addition & 1 deletion js/id/id.js
Expand Up @@ -265,7 +265,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};

iD.version = '1.5.4';
iD.version = '1.6.0';

(function() {
var detected = {};
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.5.4",
"version": "1.6.0",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {
Expand Down

0 comments on commit 4a51f67

Please sign in to comment.