From 044c9ed1015fde44e5b9455851989e55c5f66753 Mon Sep 17 00:00:00 2001 From: Daniele Gobbetti Date: Fri, 2 Sep 2016 12:10:56 +0200 Subject: [PATCH] Update CHANGELOG.md Add mention of the fact that data migration is not automatically performed as first point. Added database management activity Fix typo and add clarification about data migration --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 063403fe2..f181a429f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ ###Changelog ####Version 0.12.0 (next) -* Store activity data per device and providerm which allows having two identical devices with separated data (migration is available, except for Misfit data) +* NB: User action needed to migrate existing data! +* Store activity data per device and provider which allows having two identical devices with separated data (migration is available, except for Misfit data. Data from multiple identical devices (eg. multiple mibands) will get merged while importing.) * In Control Center, display known devices even when bluetooth is off +* In Control center, new menu point to launch the new "Database management" activity * Pebble: Misfit data is now stored as raw original data and interpreted on demand * Pebble: Support for Pebble Health on Firmware 4.0 * Pebble: Optionally allow raw Pebble Health data to be stored in database completely (for later interpretation, when we are able to decode it)