From ec29bc8fd5f24313c3a3391941c1f521596419fb Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 15 Nov 2016 11:05:21 -0500 Subject: [PATCH] Add note about authentication options url -> urlroot change --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a6ee5a7..6473912a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ * iD requires Node v4 or higher, but does not require `make` anymore * Update install instructions and prerequisites (#3466, thanks @tyrasd) * :warning: iD url hash map order has changed to `zoom/latitude/longitude` to match OSM and others (#3554) +* :warning: Authentication methods like `context.preauth`, `connection.switch`, `iD.uiSourceSwitch.keys` options have changed + * `url` option has been renamed to `urlroot` * Many preset improvements: * Add Construction and Tower Type fields to Mast and Tower presets (#3561, thanks @bkil) * Add Turning Loop (Island) preset, adjust icons for traversable/nontraversable features (#3557)