Skip to content

Commit 176661b

Browse files
committed
Changelog notes need to go under Unreleased
1 parent 6444111 commit 176661b

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/changelog.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,20 @@ Unreleased
77
----------
88

99
New features:
10+
11+
* :doc:`/plugins/substitute`: Allow the replacement string to use capture groups
12+
from the match. It is thus possible to create more general rules, applying to
13+
many different artists at once.
14+
1015
Bug fixes:
1116
For packagers:
17+
1218
Other changes:
1319

20+
* Changed `bitesize` label to `good first issue`. Our
21+
[contribute](https://github.com/beetbox/beets/contribute) page is now
22+
automatically populated with these issues. :bug:`4855`
23+
1424
2.1.0 (November 22, 2024)
1525
-------------------------
1626

@@ -31,9 +41,6 @@ New features:
3141
* Beets now uses ``platformdirs`` to determine the default music directory.
3242
This location varies between systems -- for example, users can configure it
3343
on Unix systems via ``user-dirs.dirs(5)``.
34-
* :doc:`/plugins/substitute`: Allow the replacement string to use capture groups
35-
from the match. It is thus possible to create more general rules, applying to
36-
many different artists at once.
3744

3845
Bug fixes:
3946

@@ -103,9 +110,6 @@ Other changes:
103110
calculate the bpm. Previously this import was being done immediately, so
104111
every ``beet`` invocation was being delayed by a couple of seconds.
105112
:bug:`5185`
106-
* Changed `bitesize` label to `good first issue`. Our
107-
[contribute](https://github.com/beetbox/beets/contribute) page is now
108-
automatically populated with these issues. :bug:`4855`
109113

110114
2.0.0 (May 30, 2024)
111115
--------------------

0 commit comments

Comments
 (0)