This commit is contained in:
John Firebaugh
2014-02-05 10:07:52 -08:00
parent ad1685e029
commit 6c82b1beda
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -1,3 +1,11 @@
## 1.3.6
* More protection against relation loops (#2096)
* Fix freeze when using Clinic preset (#2102)
* Allow rotating closed multipolygon members (#1718)
* Bump threshold for Orthogonalize to 12 degrees
* Added social_facility presets (#2109)
## 1.3.5
* Smoother and faster panning, zooming, and tooltips
+1 -1
View File
@@ -310,7 +310,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.3.5';
iD.version = '1.3.6';
(function() {
var detected = {};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.3.5",
"version": "1.3.6",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {