We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51fc00 commit 10c6202Copy full SHA for 10c6202
NEWS
@@ -1,5 +1,16 @@
1
-1.42.0 - ????
2
--------------
+1.42.0 - 2018-12-26
+-------------------
3
+
4
+* ID3: Always read id3v1 tags and include them when no id3v2 equivalent
5
+ exists. Can be disabled with the new ``load_v1`` option,
6
+ see :meth:`id3.ID3.load`
7
+ :pr:`357` (:user:`Fredrik Strupe <frestr>`)
8
+* ID3: Add a pretty print implementation for SYLT
9
+ :pr:`359` (:user:`Hamid Alaei Varnosfaderani <halaei>`)
10
+* vorbis: Improved error messages when validating keys/values
11
+ :pr:`356` (:user:`Michael Booth <MJuddBooth>`)
12
+* Fix pylint warnings when using the various ``save()`` methods :pr:`364`
13
14
15
1.41.1 - 2018-08-11
16
-------------------
0 commit comments