From 77e2e088fd9db9c3197b60535d3ed8aa9a936bc2 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 18 Jan 2016 22:34:10 +0100 Subject: [PATCH] docs: Cleanup changelog --- docs/changelog.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e8135398..2f54ec67 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,12 +9,12 @@ v1.1.2 (UNRELEASED) Bug fix release. -- Main: Catch errors when loading :confval:`logging/config_file`. (Fixes: - :issue:`1320`) +- Main: Catch errors when loading the :confval:`logging/config_file` file. + (Fixes: :issue:`1320`) -- Core: If changing to another track while - the player is paused, the new track would not be added to the history or - marked as currently playing. (Fixes: :issue:`1352`, PR: :issue:`1356`) +- Core: If changing to another track while the player is paused, the new track + would not be added to the history or marked as currently playing. (Fixes: + :issue:`1352`, PR: :issue:`1356`) - Core: Skips over unplayable tracks if the user attempts to change tracks while paused, like we already did if in playing state. (Fixes :issue:`1378`,