Changelog for #1123/#1128

This commit is contained in:
Adrian Sampson 2014-12-02 18:05:47 -08:00
parent 20f809650c
commit c0131894f2
2 changed files with 5 additions and 2 deletions

View file

@ -921,8 +921,9 @@ def _raw_main(args, lib=None):
options, subargs = parser.parse_global_options(args)
# Bypass _setup so that an invalid configuration does not prevent
# the editor from starting.
# Special case for the `config --edit` command: bypass _setup so
# that an invalid configuration does not prevent the editor from
# starting.
if subargs[0] == 'config' and ('-e' in subargs or '--edit' in subargs):
from beets.ui.commands import config_edit
return config_edit()

View file

@ -13,6 +13,8 @@ New:
* Add a warning when importing a directory that contains no music. :bug:`1116`
:bug:`1127`
* The :doc:`/plugins/zero` can remove embedded images. :bug:`1129` :bug:`1100`
* The :ref:`config-cmd` command can now be used to edit the configuration even
when it has syntax errors. :bug:`1123` :bug:`1128`
Fixed: