summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-21 17:26:26 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-21 17:26:26 -0500
commit3bf1c173d60e64f3418a4682bd7c26ed52f732f1 (patch)
treebae049bf709d7c543390f6cc3a3020c955ab4212 /CHANGELOG
parenta5b617e5f09af255783ad87acde0e7fbd6fb0cbe (diff)
Renamed prettyPrint to pretty_print.
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 ==