From 30c5f4ddf4f1a2ee834800c6cfad2592aa27fa56 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 8 Jun 2014 17:27:06 +0100 Subject: [PATCH] Changelog for #810 (fix #320) --- beets/ui/commands.py | 2 +- docs/changelog.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/beets/ui/commands.py b/beets/ui/commands.py index deffaa0ee..fe442e575 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -1070,7 +1070,7 @@ def remove_items(lib, query, album, delete): for item in items: ui.print_obj(item, lib, fmt) - # Confirm with user + # Confirm with user. if not ui.input_yn(prompt, True): return diff --git a/docs/changelog.rst b/docs/changelog.rst index e3b1cddb3..7da08be36 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -35,6 +35,8 @@ Little improvements and fixes: counted as played. Thanks to Johann Klähn. * :doc:`/plugins/zero`: Prevent accidental nulling of dangerous fields (IDs and paths). Thanks to brunal. +* The :ref:`remove-cmd` command now shows the paths of files that will be + deleted. Thanks again to brunal. 1.3.6 (May 10, 2014)