mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 20:13:37 +01:00
Changelog for #2379
This commit is contained in:
parent
96350ab7db
commit
da89be81fc
2 changed files with 6 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ import mutagen.id3
|
|||
import mutagen.mp4
|
||||
import mutagen.flac
|
||||
import mutagen.asf
|
||||
|
||||
import codecs
|
||||
import datetime
|
||||
import re
|
||||
|
|
|
|||
|
|
@ -4,6 +4,11 @@ Changelog
|
|||
1.4.4 (in development)
|
||||
----------------------
|
||||
|
||||
New features:
|
||||
|
||||
* Added support for DSF files, once a future version of Mutagen is released
|
||||
that supports them. Thanks to :user:`docbobo`. :bug:`459` :bug:`2379`
|
||||
|
||||
Fixes:
|
||||
|
||||
* :doc:`/plugins/mpdupdate`: Fix Python 3 compatibility. :bug:`2381`
|
||||
|
|
|
|||
Loading…
Reference in a new issue