From 91b65ca5ab8ecdc691454c50d2e5ca74857fc79d Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 20 Mar 2017 22:19:10 -0400 Subject: [PATCH] Changelog for #2484 --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 47cfddfea..3a5272a91 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -77,6 +77,8 @@ Fixes: * On Python 3, the :ref:`terminal_encoding` setting is respected again for output and printing will no longer crash on systems configured with a limited encoding. +* :doc:`/plugins/convert`: The default configuration uses FFmpeg's built-in + AAC codec instead of faac. Thanks to :user:`jansol`. :bug:`2484` 1.4.3 (January 9, 2017)