diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ef779c5..dbe3ef7da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.3.4 + +* Replace TIGER 2012 layer with next-generation TIGER 2013 layer (#2010) +* Add tooltips to "untagged feature" warnings +* Add pressets and category for golf features (#2013) +* Information and bike parking preset refinements +* Faster/smoother zooming and panning +* Add "quick add" presets for common proper names +* Fix zoom to feature when clicking search results (#2023) + ## 1.3.3 * Support for loading GPX-files via url parameter (#1965) diff --git a/js/id/id.js b/js/id/id.js index d794297df..2c6f02e67 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.3'; +iD.version = '1.3.4'; (function() { var detected = {}; diff --git a/package.json b/package.json index dd4220912..848c9a9c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "1.3.3", + "version": "1.3.4", "description": "a new editor for openstreetmap", "main": "iD.js", "directories": {