diff --git a/docs/changelog.rst b/docs/changelog.rst index 0d00e9461..e84a57be3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,10 @@ Changelog 1.3.5 (in development) ---------------------- +One note for upgraders and packagers: this version of beets has a new +dependency in `enum34`_, which is a backport of the new `enum`_ standard +library module. + New stuff: * :doc:`/plugins/replaygain`: Added support for calculating ReplayGain values @@ -19,6 +23,9 @@ Fixes: * The importer now logs a message instead of crashing when errors occur while opening the files to be imported. +.. _enum34: https://pypi.python.org/pypi/enum34 +.. _enum: https://docs.python.org/3.4/library/enum.html + 1.3.4 (April 5, 2014) ---------------------