Added new (currently failing) test for the double-encoding bug.
[catagits/XML-Feed.git] / Changes
diff --git a/Changes b/Changes
index bc38ccb..da90a6f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,25 @@
 
 Revision history for XML::Feed
 
+0.44
+    - Fix problem with HTML escaping in conversion
+      https://rt.cpan.org/Public/Bug/Display.html?id=44899
+      (Dave Cross & Shlomi Fish)
+
+0.43  
+    - Add optional multi enclosure support
+    - Fix buglet with odd date terms
+      https://rt.cpan.org/Ticket/Display.html?id=46494
+      (Joey Hess)
+0.42
+    - Fix conversion of multi value fields
+      http://rt.cpan.org/Ticket/Display.html?id=41794 
+      (Mario Domgoergen)
+
+    - Fixed a bug where $e->category fails when XML::RSS::LibXML is preferred.
+      (Tatsuhiko Miyagawa)
+    - Added support for enclosures
+
 0.41
     - Add handling for multiple categories/tags, including
       patch from Shlomi Fish (SHLOMIF)