diff UPGRADE.txt @ 411:7d158f8f48ad trunk

Updated change log.
author cmlenz
date Mon, 26 Feb 2007 18:35:31 +0000
parents 31742fe6d47e
children bd51adc20a67
line wrap: on
line diff
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -15,8 +15,12 @@
 will need to add the parenthesis to actually call the function.
 
 Instances of `genshi.core.Attrs` are now immutable. Filters
-manipulating the attributes in a stream may need to be updated. See
-the documentation of the `Attrs` class for more information.
+manipulating the attributes in a stream may need to be updated. Also,
+the `Attrs` class no longer automatically wraps all attribute names
+in `QName` objects, so users of the `Attrs` class need to do this
+themselves. See the documentation of the `Attrs` class for more
+information.
+
 
 
 Upgrading from Markup
Copyright (C) 2012-2017 Edgewall Software