summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docutils/HISTORY.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt
index a8333e86b..78a1a87aa 100644
--- a/docutils/HISTORY.txt
+++ b/docutils/HISTORY.txt
@@ -17,6 +17,12 @@
Changes Since 0.5
=================
+* General:
+
+ - Backwards-compatible changes to remove python2.6 -3 deprecation warnings
+ - Text nodes now subclass unicode rather than UserString
+ (which is gone in python 3.0)
+
* docutils/nodes.py:
- Added ``Element.__contains__`` method, for the in-operator.