This commit is contained in:
John Firebaugh
2013-09-30 17:14:45 -07:00
parent e3dd3cc7c3
commit 6f9a9c90b8
3 changed files with 17 additions and 2 deletions
+15
View File
@@ -1,3 +1,18 @@
## 1.2.1
* Split only the line of a node shared by a line and an area
* Handle multipolygon corner case when splitting (#1799)
* Don't automatically apply building tags to shop=car (#1813)
* Don't suggest adding a relation to itself (#1820)
* Fix restoring changes when something is selected (#1857)
* Use generic access value as placeholder (#1780)
* Filter on combobox value, not title (#1836)
* Show relation documentation for relation presets (#1862)
* Limit squaring to near square or near straight nodes (#1733)
* More clever splitting of closed ways
* Improve circularize action
* Add more tags to areas list
## 1.2.0
* Don't auto-save intro tutorial edits (#1745, #1795)
+1 -1
View File
@@ -265,7 +265,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.2.0';
iD.version = '1.2.1';
(function() {
var detected = {};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.2.0",
"version": "1.2.1",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {