summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-21 17:52:51 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-21 17:52:51 -0500
commitf42fef27dc82ce97df0cb7b254595e6771461637 (patch)
treefb5c145567e730450b9c602ed0585ca1856110f6 /CHANGELOG
parent2fa73e2cb99b0816148ade6150f378993907534e (diff)
parent76bda491e74590c000fc2b15e187fac5a1b599f6 (diff)
Added a class for converting certain characters into XML or HTML entities, though it's not usable by the end-user yet.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c9a4ca7..abdf1b1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -25,6 +25,7 @@ So have some arguments to popular methods:
* BeautifulSoup(parseOnlyThese=...) -> BeautifulSoup(parse_only=...)
* BeautifulSoup(fromEncoding=...) -> BeautifulSoup(from_encoding=...)
+ * Tag.encode(prettyPrint=...) -> Tag.encode(pretty_print=...)
== Generators are now properties ==