v2.17.2 changelog

This commit is contained in:
Bryan Housel
2020-02-14 11:05:04 -05:00
parent 72b43e6142
commit 9d6ade23b5
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -29,6 +29,15 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
[@xxxx]: https://github.com/xxxx
-->
# 2.17.2
##### 2020-Feb-14
#### :tada: New Features
* Restore Maxar Imagery layers, using masked iD-specific connection keys ([#7355])
[#7355]: https://github.com/openstreetmap/iD/issues/7355
# 2.17.1
##### 2020-Jan-16
+1 -1
View File
@@ -27,7 +27,7 @@ export function coreContext() {
let context = utilRebind({}, dispatch, 'on');
let _deferred = new Set();
context.version = '2.17.1';
context.version = '2.17.2';
context.privacyVersion = '20191217';
// create a special translation that contains the keys in place of the strings
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.17.1",
"version": "2.17.2",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",