diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-08 09:26:50 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-08 09:26:50 -0500 |
commit | 35777496f45b9b3318f694b93752fcb1134a48b1 (patch) | |
tree | 8c11939b8f90feaf477a89fff25bd24994ea3647 | |
parent | 7b04252dfbdfb82a9342d40f00fab1d6b566df2b (diff) |
Added more detail to the NEWS.
-rw-r--r-- | NEWS.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |