summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-18 07:21:28 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-18 07:21:28 -0500
commit29555f05712df93b682176e8b684f651185050c9 (patch)
tree179edc9e157560ceeee1dc94f5b3f19cfc679975 /CHANGELOG
parentc1afa397dc8dfb53e0c3780e20b9197360c58f80 (diff)
downloadbeautifulsoup4-29555f05712df93b682176e8b684f651185050c9.tar.gz
Renamed findNext to find_next.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 907675f..8897df1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,9 @@ Methods have been renamed to comply with PEP 8. The old names still
work. Here are the renames:
* findAll -> find_all
+ * findNext -> find_next
+
+== Generators are now properties ==
The generators have been given more sensible names, and turned into
properties: