From 72fcceac99b5609f2becbd0c101f90353c46e55e Mon Sep 17 00:00:00 2001 From: Logan Arens Date: Sat, 12 Oct 2019 12:22:29 -0400 Subject: [PATCH] Added changelog entry. --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 963863ae8..16d5f7d1c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -116,6 +116,11 @@ Fixes: :bug:`3242` * Fix a bug that caused a crash when tagging items with the beatport plugin. :bug:`3374` +* ``beet update`` will now confirm that the user still wants to update if + their library folder cannot be found, preventing the user from accidentally + wiping out their beets database. + Thanks to :user:`logan-arens`. + :bug:`1934` For plugin developers: