From f2cbee39f1e63749ffedc8a20c7b0658d5fc837c Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 29 May 2016 23:02:00 +0200 Subject: [PATCH] update changelog again actually the last commit is responsible for the fix (even though it is not mentioned in the commit log) --- CHANGELOG.md | 1 + app/src/main/res/xml/changelog_master.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de9baf10f..f1563a432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ###Changelog ####Version 0.10.0 * Pebble: option to send sunrise and sunset events to timeline +* Pebble: fix datalog session not being registered after a reconnect * Mi Band: BLE connection fixes * Fixes for enabling logging at whithout restarting Gadgetbridge * Re-enable device paring activity on Android 6 (BLE scanning needs the location preference) diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index b2b47ee2f..3a4c8fb76 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -2,6 +2,7 @@ Pebble: option to send sunrise and sunset events to timeline + Pebble: fix datalog session not being registered after a reconnect Mi Band: BLE connection fixes Fixes for enabling logging at whithout restarting Gadgetbridge Re-enable device paring activity on Android 6 (BLE scanning needs the location preference)