summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-18 07:50:08 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-18 07:50:08 -0500
commit9820fd0795b6f21b2c0e89c05a78cf23151e36da (patch)
tree2ce40467ed410f641aeee8940eaa0c4435c42f5c /CHANGELOG
parentf40a7f8fbcceb61ead662c6cc69b141fdee246da (diff)
Reminisced in the CHANGELOG.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d82df46..6976918 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -51,6 +51,13 @@ and nothing else, then A.string is the same as B.string. So:
The value of a.string used to be None, and now it's "foo".
+== Entities are always converted ==
+
+An HTML or XML entity is always converted into the corresponding
+Unicode character. There are no longer any smartQuotesTo or
+convertEntities arguments. (Unicode Dammit still has smartQuotesTo,
+though that may change.)
+
= 3.1.0 =
A hybrid version that supports 2.4 and can be automatically converted