summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-04-16 10:06:26 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2012-04-16 10:06:26 -0400
commit0afe0af7cd8240ab790ccbcea6ecbdf69f21461e (patch)
treebd6a8fc992d24d144466e74ea9f7b2ac4fb31fa1 /NEWS.txt
parentc40bc98de62545aa8855311a1d046af5cd9020ba (diff)
Attribute values are now run through the provided output formatter. Previously they were always run through the 'minimal' formatter. [bug=980237]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 7db893f..ddceae3 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -5,6 +5,12 @@
* Fixed a bug with the string setter that moved a string around the
tree instead of copying it. [bug=983050]
+* Attribute values are now run through the provided output formatter.
+ Previously they were always run through the 'minimal' formatter. In
+ the future I may make it possible to specify different formatters
+ for attribute values and strings, but for now, consistent behavior
+ is better than inconsistent behavior. [bug=980237]
+
* Added the missing renderContents method from Beautiful Soup 3. Also
added an encode_contents() method to go along with decode_contents().