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
commit02f2da4a27b3bae40a414ce753cc9b4901796161 (patch)
tree66199ff2ff371f3968f45f1729469f78803d0d26 /CHANGELOG
parentb3f9af67ac362860133c6041c557ad02b43d6764 (diff)
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: