# HG changeset patch # User paulb # Date 1172876133 0 # Node ID b9722173bae12b1a6a8475ea3c31e86ec3bd7db6 # Parent 4e4c315a38d32687b808297ef89000d9c09c9fd2 [project @ 2007-03-02 22:55:33 by paulb] Updated release notes. diff -r 4e4c315a38d3 -r b9722173bae1 README.txt --- a/README.txt Tue Feb 27 23:18:31 2007 +0000 +++ b/README.txt Fri Mar 02 22:55:33 2007 +0000 @@ -61,6 +61,8 @@ * Changed the nodeValue property to return None for various node types, as specified in the DOM specification (Level 3). + * Fixed various "not supported" exceptions and added tests which can raise + "wrong document" exceptions. * Introduced an Implementation class, permitting specialised node creation. * Added SVG-specific document support.