Liveview: add notice to changelog

master
Daniele Gobbetti 2016-12-08 09:17:45 +01:00
parent ed38e524bf
commit 13b761c073
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,9 @@
###Changelog
####Version next
* New device: Liveview
* Liveview: initial support (set the time and receive notifications)
####Version 0.14.4
* Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings
* Mi Band 2: Experimental support for activity recognition

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="next">
<change>New device: Liveview</change>
<change>Liveview: initial support (set the time and receive notifications)</change>
</release>
<release version="0.14.4" versioncode="76">
<change>Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings</change>
<change>Mi Band 2: Experimental support for activity recognition</change>