diff ChangeLog.API @ 28117:1662dbdac18c

Add two XMLNode accessors for iterating through the children of an XMLNode. Closes #10130.
author Paul Aurich <paul@darkrain42.org>
date Sat, 29 Aug 2009 02:36:27 +0000
parents 584e063285b7
children 0066067ddb18
line wrap: on
line diff
--- a/ChangeLog.API	Sat Aug 29 02:32:16 2009 +0000
+++ b/ChangeLog.API	Sat Aug 29 02:36:27 2009 +0000
@@ -1,5 +1,14 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.6.2 (09/??/2009):
+	Perl:
+		Added:
+		* Purple::XMLNode::get_next(), which returns the next neighbor tag of
+		  the current node.
+		Changed:
+		* Purple::XMLNode::get_child() will return the first child node if
+		  passed "" or undef as the name of the node.
+
 version 2.6.1 (08/18/2009):
 	No changes