From 6768be710ea0074850b99bded7bdfc1ac8df3394 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 13 May 2016 23:11:27 -0700 Subject: [PATCH] changelog fixes --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd993adb..4ed13690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,8 @@ ### Fixed -- Disable WebRTC to fix 100% CPU usage/crashes caused by Chromium issue. This is temporary. (OS X) +- Disable WebRTC to fix 100% CPU usage/crashes caused by Chromium issue. This is + temporary. (OS X) - When fullscreen, make controls use the full window. (OS X) - Support creating torrents that contain .torrent files. - Block power save while casting to a remote device. @@ -50,10 +51,14 @@ - Do not stop music when tabbing to another program (OS X) - Properly size the Windows volume mixer icon. - Default to the user's OS-defined, localized "Downloads" folder. -- Enforce minimimum window size when resizing player, to prevent window disappearing. +- Enforce minimimum window size when resizing player to prevent window disappearing. - Fix rare race condition error on app quit. - Don't use zero-byte torrent "poster" images. +Thanks to @grunjol, @rguedes, @furstenheim, @karloluis, @DiegoRBaquero, @alxhotel, +@AgentEpsilon, @remijouannet, Rolando Guedes, @dcposch, and @feross for contributing +to this release! + ## v0.3.3 - 2016-04-07 ### Fixed