From ae3b236e6866ccd84b268213dc9de2f72eb8b06f Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 15 Sep 2015 11:28:07 +0200 Subject: [PATCH] docs: Add Zeroconf changes to changelog --- docs/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 92780e13..0d23a608 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,6 +16,16 @@ Local - Made :confval:`local/data_dir` really deprecated. This change breaks older versions of Mopidy-Local-SQLite and Mopidy-Local-Images. +Zeroconf +-------- + +- Require ``stype`` argument to :class:`mopidy.zeroconf.Zeroconf`. + +- Use Avahi's interface selection by default. (Fixes: :issue:`1283`) + +- Use Avahi server's hostname instead of ``socket.getfqdn()`` in service + display name. + Cleanups --------