Skip to content

Commit

Permalink
Updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Dec 7, 2016
1 parent 18c395b commit 4cf99a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Change Log
- Fixes an issue where the notification would not disappear on a connected wearable after closing MusicBee.
- Fixes an issue where the volume control in the wearable notification would not work.
- Fixes an issue where the temporary stop during track change would make the notification flicker.
- Fixes an issue where exiting the application through an other than MainActivity would navigate to the main activity.

## 1.0.0-beta.2
- Fixes a potential crash on the progress updater.
Expand Down
8 changes: 6 additions & 2 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@
</changelogbug>
<changelogbug>Fixes an issue where the volume control in the wearable notification would not work.
</changelogbug>
<changelogbug>Fixes an issue where the temporary stop during track change would make the notification flicker.
</changelogbug>
<changelogbug>Fixes an issue where the temporary stop during track change would make the
notification flicker.
</changelogbug>
<changelogbug>Fixes an issue where exiting the application through an other than MainActivity
would navigate to the main activity.
</changelogbug>
</changelogversion>
<changelogversion
changeDate="Dec 3,2016"
Expand Down

0 comments on commit 4cf99a8

Please sign in to comment.