summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-28 12:25:51 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-28 12:25:51 -0500
commitf7301abd4bf32f52cbf96fe5c10545e5de726683 (patch)
treeace11895c6c82a974e228d19356010f43944cea3 /CHANGELOG
parent2f23852b3b4b921270428c96b941efaf9c6261db (diff)
downloadbeautifulsoup4-f7301abd4bf32f52cbf96fe5c10545e5de726683.tar.gz
Renamed replaceWith to replace_with.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6d05ae4..00d80da 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,7 @@ version of the API is in use, the module is now called 'bs4':
Methods have been renamed to comply with PEP 8. The old names still
work. Here are the renames:
+ * replaceWith -> replace_with
* findAll -> find_all
* findAllNext -> find_all_next
* findAllPrevious -> find_all_previous