From 0a1654c901669425fb3d4658ec087e1639a605ea Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 20 May 2014 20:36:33 +0200 Subject: [PATCH] docs: Add #689 to changelog --- docs/changelog.rst | 3 +++ docs/config.rst | 2 ++ 2 files changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 775b2c48..4377f39b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -45,6 +45,9 @@ Feature release. **Audio** +- Use :ref:`proxy-config` when streaming media from the Internet. (Partly + fixing :issue:`390`) + - Fix proper decoding of exception messages that depends on the user's locale. **HTTP frontend** diff --git a/docs/config.rst b/docs/config.rst index 0fbadbf7..35706475 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -156,6 +156,8 @@ Logging configuration .. _the Python logging docs: http://docs.python.org/2/library/logging.config.html +.. _proxy-config: + Proxy configuration -------------------