summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-08 09:26:50 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-08 09:26:50 -0500
commit35777496f45b9b3318f694b93752fcb1134a48b1 (patch)
tree8c11939b8f90feaf477a89fff25bd24994ea3647
parent7b04252dfbdfb82a9342d40f00fab1d6b566df2b (diff)
Added more detail to the NEWS.
-rw-r--r--NEWS.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS.txt b/NEWS.txt
index aa08b6e..564a3fe 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -15,14 +15,14 @@
strict=False disastrous on Python 3.2.2.
* Replaced the "substitute_html_entities" argument with the
- "formatter" argument.
+ more general "formatter" argument.
* Bare ampersands and angle brackets are always converted to XML
entities unless the user prevents it.
-* Added PageElement.insert_before().
-
-* Added PageElement.insert_after().
+* Added PageElement.insert_before() and PageElement.insert_after(),
+ which let you put an element into the parse tree with respect to
+ some other element.
* Raise an exception when the user tries to do something nonsensical
like insert a tag into itself.