Revision history for Perl extension Tree::Node.

0.05  Fri 22 Jul 2005
	- removed _rotate_children method
	- renamed SIZE macro to NODESIZE
	- fixed bug where node size allocation was too small!
	- renamed _increment_child_count to add_children
	- add_children accepts a list of children to add (so it can add
	  multiple children)
	- added get_children method to return an array of children
	- readonly flag is set (this was disabled in v0.04)
	- documentation updated accordingly
	- added developer tests

0.04  Fri Jul 15 2005
	- added _increment_child_count and _rotate_children methods
	- updated documentation
	- removed XSLoader from dependencies, since CPANPLUS complains

0.03  Sat Jul  2 2005
	- fixed issue with SIGNATURE file
	- more updates to documentation

0.02  Thu Jun 30 2005
	- minor updates to documentation
	- fixed missing include in TreeNode.c

0.01  Wed Jun 29 11:52:11 2005
	- original version; created by h2xs 1.23 with options
		-n Tree::Node -v 0.01 -b 5.6.0
	- branched off from experimental Algorithm::SkipList::Node
	  
