Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DeekyJay committed Jan 4, 2017
1 parent 3779a68 commit 7afa3dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/containers/Changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export class Changelog extends React.Component {
<div className='info-wrapper'>
<InfoGroup title='Some Changed Stuff' className='change'
text={'Here are some changes we\'ve made since the last release.'}>
<InfoBullet text='Core update to possibly fix issue with sounds not playing until restart.' />
<InfoBullet text='Tweaked behaviour of the window for logging in.' />
<InfoBullet text='Minor tweaks and changes to wording in the tutorial.' />
<InfoBullet text='Disabled Minimize To System Tray until depency bug is sorted.' />
<InfoBullet text='Solved issue with selected device not showing up as selected.' />
<InfoBullet text='Minor tweaks to saving data to local storage.' />
</InfoGroup>
</div>
</div>
Expand Down

0 comments on commit 7afa3dc

Please sign in to comment.