From b3ca773b848efebdee6c8eb3b22cbe5308c6c82e Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Mon, 19 Feb 2018 21:20:38 +0100
Subject: [PATCH] Changelog

---
 CHANGELOG | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 03665014f0..07d1dedbd2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,20 @@ Changelog
 ----------------
 
 - Front: Now reset player colors when track has no cover (#46)
+- Front: play button now disabled for unplayable tracks
+
+Transcoding:
+
+Basic transcoding is now available to/from the following formats : ogg and mp3.
+
+*This is still an alpha feature at the moment, please report any bug.*
+
+This relies internally on FFMPEG and can put some load on your server.
+It's definitely recommended you setup some caching for the transcoded files
+at your webserver level. Check the the exemple nginx file at deploy/nginx.conf
+for an implementation.
+
+On the frontend, usage of transcoding should be transparent in the player.
 
 0.4 (2018-02-18)
 ----------------
-- 
GitLab