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
commitca1558a5477b27815a20ac248b3ac8a10084c5ab (patch)
tree93c98debbd1439b4121dbfdbbde94ad914820ac2 /CHANGELOG
parentfcee9c4992e44f926d472e818efe77021b903f8f (diff)
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 ==