diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-05-21 11:57:46 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-05-21 11:57:46 -0400 |
commit | bc568d5a817c9104d984215e036dad87506f6bfc (patch) | |
tree | 4c95ac802b523ac16a39b10f9e644736c8f3adf6 /CHANGELOG | |
parent | 5045b8cfcdd7556a1e2c4a2999d4ed1108b0425a (diff) |
Renamed .next and .previous to .next_element and .previous_element.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ Some attributes have also been renamed: * Tag.isSelfClosing -> Tag.is_empty_element * UnicodeDammit.unicode -> UnicodeDammit.unicode_markup + * Tag.next -> Tag.next_element + * Tag.previous -> Tag.previous_element So have some arguments to popular methods: |