From 82d5ade8cb92c927820c504fa6f6f50e300020e8 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 16 Nov 2016 20:57:11 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6473912a8..5464c5852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ :warning: = Breaking change, may affect downstream projects or sites that embed iD. +## 2.0.1 +##### coming soon +* Bugfixes: + * When starting iD with an object selected, the map should focus on that object (#3588) + * Fix for "Best" imagery not being automatically selected (#3586) + ## 2.0.0 ##### Nov 15, 2016 * :warning: iD is now written in a modular code style using ES6 `import`/`export` and [rollup.js](http://rollupjs.org/) as a build tool (#3118, #3179, #3180)