# HG changeset patch # User paulb # Date 1176072634 0 # Node ID e0163c19269aea614585035ef02f9afee6876679 # Parent d3fc4fd7f6c8806d28c0bb1bcf49e25d2e650e4b [project @ 2007-04-08 22:50:34 by paulb] Updated release notes. diff -r d3fc4fd7f6c8 -r e0163c19269a README.txt --- a/README.txt Sun Apr 08 00:43:50 2007 +0000 +++ b/README.txt Sun Apr 08 22:50:34 2007 +0000 @@ -69,8 +69,11 @@ -------------------------------------------------------- * Enforced well-formedness in parse operations unless otherwise requested. - * Added getElementById to the Node class. + * Fixed access to null doctype properties. + * Added getElementById, firstChild and lastChild to the Node class. * Added a __hash__ method to the Node class. + * Moved document checking into the Node class. + * Added an iterator for the NamedNodeMap class. * Expanded the svg and events modules, including a test of SVG events. New in libxml2dom 0.4.2 (Changes since libxml2dom 0.4.1)