Changelog for #2379

This commit is contained in:
Adrian Sampson 2017-01-10 12:30:48 -05:00
parent 96350ab7db
commit da89be81fc
2 changed files with 6 additions and 0 deletions

View file

@ -40,6 +40,7 @@ import mutagen.id3
import mutagen.mp4
import mutagen.flac
import mutagen.asf
import codecs
import datetime
import re

View file

@ -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`