diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae03516c..00fe4d453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 1.3.10 + +* `oneway=no` overrides implicit oneways on junction=roundabout, etc. (#2220) +* Add presets for fords, parking_entrance, charging_station, compressed_air, churchyard, shop=wine +* Improve access placeholders (#2221) +* Trim tag keys, and prevent duplicate tag keys (#2043) +* Fix inline tag help for fields that handle multiple tags +* Add 'width', 'length', 'lit' for appropriate presets (cycleways, sidewalks, sports pitch, etc) +* Render embarkment/cutting with dashed casing +* Rendering fixes for buildings, tunnels +* Add population field for various place presets +* Improvements to circularize action (#2194) +* Building field is yes/no (fixes #2111) +* Area fill colors in preset icons match map fill colors +* Add fill style for landuse=military + ## 1.3.9 * Prevent closed areas from invalid disconnection (#2178) diff --git a/js/id/id.js b/js/id/id.js index 2dfc664d1..980d1a792 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.9'; +iD.version = '1.3.10'; (function() { var detected = {}; diff --git a/package.json b/package.json index aa5f36818..0512a11cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.3.9", + "version": "1.3.10", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": {