summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-18 12:53:33 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-18 12:53:33 -0500
commitb5fa9d7f5579f22f5fe0f7c9dc63e0aa7d29262f (patch)
treef089e9dee8109e0fdfae2589cd8228d4ddee5939 /CHANGELOG
parent5962a409b04b8a78d78e9186da97bedbb67df8e6 (diff)
By default, Unicode Dammit converts smart quotes to Unicode characters, not XML entities.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dffab7c..5d13a6d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -55,8 +55,8 @@ The value of a.string used to be None, and now it's "foo".
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.)
+convert_entities arguments. (Unicode Dammit still has smart_quotes_to,
+but the default is now to turn smart quotes into Unicode.)
= 3.1.0 =