diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe3ef7da..96e15c585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 1.3.5 + +* Smoother and faster panning, zooming, and tooltips +* Fix bug relating to deleted nodes outside the viewport (#2085) +* Ensure "New Relation..." is always available (#2066) +* Add area=yes when necessary (#2069) +* Suppress radial menu when clicking warning (#2035) +* Protect against relation loops (#2072) +* Correct arrow direction on drawn segment (#2078) +* Don't upload tags with empty values (#1894) +* Add support for ids and locations as search input (#2056) +* Sort relation suggestions most recent first (#2052) +* Fix for Safari selection bug in combo box (#2051) +* Fix midpoint missing after undoing split (#2040) +* Don't remove addr:housenumber when changing address preset (#2047) +* Many preset additions: clock, rest area, service area, veterinary, funiculars, narrow gauge railways, + gauge field, electrified field, tunnel field, crafts, doctor, dentist, clinic, studio, aerialways, + and pistes. + ## 1.3.4 * Replace TIGER 2012 layer with next-generation TIGER 2013 layer (#2010) diff --git a/js/id/id.js b/js/id/id.js index ceefe8aaf..ce6bd39e6 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.4'; +iD.version = '1.3.5'; (function() { var detected = {}; diff --git a/package.json b/package.json index 0b3a4a1bd..c2d7dde05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.3.4", + "version": "1.3.5", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": {