Skip to content

Commit

Permalink
Add XML-RPC array fix to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaberez committed Jul 16, 2013
1 parent 6121e03 commit 5a3db37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
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
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.

- 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)
------------------

Expand Down

0 comments on commit 5a3db37

Please sign in to comment.