From d2939b168ff65f88cfc0d79dacf0a206da581361 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 28 Jun 2016 23:08:59 +0200 Subject: [PATCH] Update NEWS --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 45ed6930..50bfbed8 100644 --- a/NEWS +++ b/NEWS @@ -3,11 +3,14 @@ * FileType, Metadata: File-like object support :bug:`1` * mid3v2: Add APIC support. :bug:`47` +* EasyID3: Fix handling of RVA2 frames with non-lowercase description + :bug:`215` * mid3v2: Add UFID support. :bug:`234` * ID3: Include human-readable representation of the picture type in APIC._pprint() :bug:`244` * EasyID3: make albumartist use TPE2 and move performer to TXXX. :bug:`252` -* ID3: id3.ID3TimeStamp comparator: check type :bug:`260` +* ID3: id3.ID3TimeStamp comparator: check type :pr:`260` + (Fabian Peter Hammerle) * setup.py: follow PEP440 for the development version * FileType/Metadata.load/save/delete no longer raise IOError or IOError subclasses. They only raise subclasses of MutagenError.