From 8cb2030478258f808755cd47fdd42c4036c79618 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 21 Nov 2016 17:44:43 +0100 Subject: [PATCH] update changelogs (mi2 missing) --- CHANGELOG.md | 4 +++- app/src/main/res/xml/changelog_master.xml | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e25358..b04b53ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ ###Changelog ####Version 0.14.0 (next) -* Pebble 2: Initial unstable pre-alpha support for P2/PT2 using BLE (won't be usable without weird workarounds for pairing) +* Pebble 2: Initial experimental support for P2/PT2 using BLE +* Pebble: Special support in device discovery activity (MUST be used to get Pebble 2 working) +* Pebble: Improve compatibility for watchface configuration ####Version 0.13.9 * Pebble: use the last known location for setting sunrise and sunset diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index f6220697..a9a79e4a 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Pebble 2: Initial experimental support for P2/PT2 using BLE + Pebble: Special support in device discovery activity (MUST be used to get Pebble 2 working) + Pebble: Improve compatibility for watchface configuration + Pebble: use the last known location for setting sunrise and sunset Pebble: fix Health disappering forever when deactivating through app manager (and get it back for affected users)