summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-18 07:39:41 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-18 07:39:41 -0500
commit95cae4a735e96ba95d182bbe1f08a30ef1ce26eb (patch)
tree5ba262d500b838443fa32d5192af78b9fbe9817f /CHANGELOG
parenta349aad11e381d6ded26524ee98c3f07ae713743 (diff)
downloadbeautifulsoup4-95cae4a735e96ba95d182bbe1f08a30ef1ce26eb.tar.gz
Did a bunch more renames--they're listed in the CHANGELOG.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index af32d95..f219f9e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,9 +6,16 @@ Methods have been renamed to comply with PEP 8. The old names still
work. Here are the renames:
* findAll -> find_all
- * findNext -> find_next
* findAllNext -> find_all_next
* findAllPrevious -> find_all_previous
+ * findNext -> find_next
+ * findNextSibling -> find_next_sibling
+ * findNextSiblings -> find_next_siblings
+ * findParent -> find_parent
+ * findParents -> find_parents
+ * findPrevious -> find_previous
+ * findPreviousSibling -> find_previous_sibling
+ * findPreviousSiblings -> find_previous_siblings
== Generators are now properties ==