Revision history for Perl extension XML::Grove.

Backwards incompatible changes are marked with a `*'.

Changes in Version 1.0

Version 1.0 is virtually a complete rewrite. The summary below presents the changes as a bullet list, but you should probably reread the POD docs because they have been updated and should be much clearer than before (let me know if you don't think so!).

$element_name = $element->{Name};

instead of using methods to access the properties.

$real_object = $node->{Raw};

to get the real object behind the tied hash.