From 8434896f2ddf298ca61f8fd0186c57461370d9f4 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Tue, 28 Apr 2015 23:53:06 +0200 Subject: [PATCH] docs: Add http helpers to changelog --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f1b11179..ef0c85b4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -27,6 +27,7 @@ Core API ``tl_track`` versions of the calls. (Fixes: :issue:`1131` PR: :issue:`1136`, :issue:`1140`) + Models ------ @@ -38,6 +39,12 @@ Models reuse instances. For the test data set this was developed against, a library of ~14000 tracks, went from needing ~75MB to ~17MB. (Fixes: :issue:`348`) +Utils +----- + +- Add :func:`mopidy.utils.http.format_proxy` and + :func:`mopidy.utils.http.format_user_agent`. (Part of: :issue:`1156`) + Internal changes ----------------