diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d99789f2..6ae03516c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.3.9 + +* Prevent closed areas from invalid disconnection (#2178) +* Remove layer field from waterway=stream +* Add preset for place=suburb and shop=seafood +* Remember last custom tile layer (#2094) +* Mapbox Satellite now supports z17-z19 + ## 1.3.8 * Disable circularize and orthogonalize operations when way is <80% contained in the viewport diff --git a/js/id/id.js b/js/id/id.js index d1ea03cb7..2dfc664d1 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -310,7 +310,7 @@ window.iD = function () { return d3.rebind(context, dispatch, 'on'); }; -iD.version = '1.3.8'; +iD.version = '1.3.9'; (function() { var detected = {}; diff --git a/package.json b/package.json index 0c28bdfa7..7a5581b41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.3.8", + "version": "1.3.9", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": {