summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-01-29 00:25:42 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-01-29 00:25:42 -0500
commit0ce09cc54598091c1adb78d908fb83ca7b293dc1 (patch)
tree843d534b945cb67f3255dcb9034ceb7712a6a212 /CHANGELOG
parentc943e987441a2881f3cef0e76ed175bf03889d5a (diff)
downloadbeautifulsoup4-0ce09cc54598091c1adb78d908fb83ca7b293dc1.tar.gz
Started keeping a changelog again.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4e97e1b..0bfe72a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+= 4.0 =
+
+tag.string now operates recursively. If tag A contains a single tag B
+and nothing else, then A.string is the same as B.string. So:
+
+<a><b>foo</b></a>
+
+The value of a.string used to be None, and now it's "foo".
+
= 3.1.0 =
A hybrid version that supports 2.4 and can be automatically converted