summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 29f8964..d66b86e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,8 @@
domain names. Running dns.name.from_text() on a Unicode string
will now encode each label using the IDN ACE encoding. The
to_unicode() method may be used to convert a dns.name.Name with
- IDN ACE labels back into a Unicode string.
+ IDN ACE labels back into a Unicode string. This functionality
+ requires Python 2.3 or greater.
2005-10-31 Bob Halley <halley@dnspython.org>