Skip to content

Commit

Permalink
Update channel release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljunkie committed Apr 28, 2015
1 parent aed07ba commit ab3665e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Plex/source/ViewController.brs
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,7 @@ Sub vcShowReleaseNotes()
paragraphs = []
paragraphs.Push("Changes in this version include:")

paragraphs.Push(" - Show user selection on startup.")
paragraphs.Push(" - Lock screen for PIN protected users.")
paragraphs.Push(" - New preference: Automatically sign in.")
paragraphs.Push(" - Fix Cloud Sync playback for managed users.")
paragraphs.Push(" - Return to home screen on user change.")

screen = createParagraphScreen(header, paragraphs, m)
screen.ScreenName = "Release Notes"
Expand Down

0 comments on commit ab3665e

Please sign in to comment.