Bläddra i källkod

Add XML-RPC array fix to changelog

Mike Naberezny 12 år sedan
förälder
incheckning
5a3db3742d
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4 1
      CHANGES.txt

+ 4 - 1
CHANGES.txt

@@ -9,9 +9,12 @@
   if the combined length of the username and password was over 56 characters.
   if the combined length of the username and password was over 56 characters.
 
 
 - Reading the config file now gives a separate error message when the config
 - Reading the config file now gives a separate error message when the config
-  file exists but can't be read.  Previously, any error reading the file 
+  file exists but can't be read.  Previously, any error reading the file
   would be reported as "could not find config file".  Patch by Jens Rantil.
   would be reported as "could not find config file".  Patch by Jens Rantil.
 
 
+- Fixed an XML-RPC bug where array elements after the first would be ignored
+  when using the ElementTree-based XML parser.  Patch by Zev Benjamin.
+
 3.0b2 (2013-05-28)
 3.0b2 (2013-05-28)
 ------------------
 ------------------