diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-01-29 00:25:42 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-01-29 00:25:42 -0500 |
commit | f79871fb934eeb3ab220bcbf7d471dd9f6feca93 (patch) | |
tree | 16cba9d62f7a8a7541393ce67b5847e0507bbba4 | |
parent | 04e658f7036a4889a5a0f307c9860adf049f8eca (diff) |
Started keeping a changelog again.
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |