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 ----------------