mirror of
https://github.com/beetbox/beets.git
synced 2026-01-17 13:44:01 +01:00
changelog note for #642
This commit is contained in:
parent
1eb6ccf0ab
commit
9ad5e323e4
1 changed files with 7 additions and 0 deletions
|
|
@ -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)
|
||||
---------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue