Skip to content

Commit 63eefa6

Browse files
committed
Update changelog.
1 parent dc6f07d commit 63eefa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beets/dbcore/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
from .query import SQLiteType
5252

53-
D = TypeVar("D", bound="Database", default=Any)
53+
D = TypeVar("D", bound="Database", default=Any)
5454

5555
FlexAttrs = dict[str, str]
5656

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ For packagers:
6161
* Optional ``extra_tags`` parameter has been removed from
6262
``BeetsPlugin.candidates`` method signature since it is never passed in. If
6363
you override this method in your plugin, feel free to remove this parameter.
64+
* Loosened `typing_extensions`` dependency in pyproject.toml to apply to every python version.
6465

6566
For plugin developers:
6667

@@ -90,7 +91,6 @@ For plugin developers:
9091
Old imports are now deprecated and will be removed in version ``3.0.0``.
9192
* ``beets.ui.decargs`` is deprecated and will be removed in version ``3.0.0``.
9293

93-
9494
Other changes:
9595

9696
* Refactor: Split responsibilities of Plugins into MetaDataPlugins and general Plugins.

0 commit comments

Comments
 (0)