From efbfb39e868d1782ee1a7ce74a127c0bca22405b Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 29 Nov 2015 02:42:46 +0100 Subject: [PATCH] docs: Update changelog --- docs/changelog.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 22d80ad3..b8d0ee02 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,12 @@ v1.2.0 (UNRELEASED) Feature release. +Dependencies +------------ + +- Mopidy now requires GStreamer 1.x, as we've finally ported from GStreamer + 0.10. + Core API -------- @@ -123,6 +129,14 @@ Cleanups - Catch errors when loading :confval:`logging/config_file`. (Fixes: :issue:`1320`) +Audio +----- + +- **Breaking:** The audio scanner now returns ISO-8601 formatted strings + instead of :class:`~datetime.datetime` objects for dates found in tags. + Because of this change, we can now return years without months or days, which + matches the semantics of the date fields in our data models. + Gapless -------