diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 07:27:06 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 07:27:06 -0500 |
commit | fcee9c4992e44f926d472e818efe77021b903f8f (patch) | |
tree | 03f4ba68c36fa3e293c1187232ee17944e1d5554 /CHANGELOG | |
parent | d35b41180014d950c7ca17fc30bfc59a0df50103 (diff) |
Renamed findAllPrevious to find_all_previous.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ work. Here are the renames: * findAll -> find_all * findNext -> find_next + * findAllNext -> find_all_next + * findAllPrevious -> find_all_previous == Generators are now properties == |