The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.03	25 January 2005
	Fixed minor error case handling syntax bug in set_elem().
	
	Fixed bug where if value were 0, SOAP::Data::ComplexType::Builder::get_as_data() would interpret this as undef.
	
	Added strict and warnings pragmas to all packages.
	
	Rewrote internals to support nested objects for constructor input.
	
	Support added for complexTypes with fields that can have more than once occurance (i.e. array-like types).
	
	Added documentation for new object methods.
	
	Misc documentation updates.

0.02	27 December 2005
	Added support for raw perl data dump of data structures: as_raw_data().
	
	Added get_elem() and set_elem() for access to nested elements and to elements who share names of object methods.
	
	Modified autoloader to return a raw perl data dump of node (instead of simple scalar dump.
	
	Added support of SOAP data or XML serialization of any arbitrary node (includes children) within the ComplexType object.
	
	Corrected bug in element attribute parsing.
	
	Minor bug fix in SOAP::Data::ComplexType::Builder::Element method value().

0.01	26 October 2005
	First public version of ComplexType.pm.