summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-02-12 04:16:57 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-02-12 04:16:57 +0000
commit952ea6729283522fc02ad408b729e1181e986702 (patch)
tree4163f6af4d41672a66c500089806f57e489a2889
parente5c714520f7bede7a214f8de4bd09b04b2f946d0 (diff)
downloaddocutils-952ea6729283522fc02ad408b729e1181e986702.tar.gz
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4915 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--HISTORY.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/HISTORY.txt b/HISTORY.txt
index db5645254..cc5badda5 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -73,8 +73,10 @@ Changes Since 0.4
* docutils/transforms/universal.py:
- - Added ``StripClasses`` transform to remove from the document tree
- all elements with classes in ``settings.strip_classes``.
+ - Added ``StripClassesAndElements`` transform to remove from the
+ document tree all elements with classes in
+ ``settings.strip_elements_with_classes`` and all "classes"
+ attribute values in ``self.document.settings.strip_classes``.
* docutils/transforms/writer_aux.py: