Skip to content

Commit

Permalink
Fixing changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fdaniele85 committed May 20, 2023
1 parent ff4bb9b commit 5122559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions beetsplug/substitute.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.

"""Uses user-specified substitution rules to canonicalize names for path
formats.
"""Uses user-specified substitution rules to canonicalize names for path formats.
"""

from beets.plugins import BeetsPlugin
import re
from beets.plugins import BeetsPlugin


class Substitute(BeetsPlugin):
Expand Down
3 changes: 1 addition & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ for Python 3.6).

New features:

* Add the `substitute` plugin which is inspired by the `rewrite` plugin. The `substitute` plugin does not modify the metadata
tags of the files
* Add the `substitute` plugin which is inspired by the `rewrite` plugin. The `substitute` plugin does not modify the metadata tags of the files
:bug:`2786`
* Added option use `cover_art_arl` as an album art source in the `fetchart` plugin.
:bug:`4707`
Expand Down

0 comments on commit 5122559

Please sign in to comment.