This commit is contained in:
Bryan Housel
2016-03-03 13:42:05 -05:00
parent 8c09c18f91
commit 64dd2d67a8
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
:warning: = Breaking change, may affect downstream projects or sites that embed iD.
## 1.9.1
##### Mar 3, 2016
* Add context.asset for building asset filenames, use for Mapillary Traffico files (#3011)
* Fix crash in starting tutorial, bad selector for .layer-background opacity (#3010)
## 1.9.0
##### Mar 1, 2016
* Fix rendering of modified/moved multipolygons (#3008)

View File

@@ -363,7 +363,7 @@ window.iD = function () {
};
iD.version = '1.9.0';
iD.version = '1.9.1';
(function() {
var detected = {};

View File

@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.9.0",
"version": "1.9.1",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"directories": {