summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-05-31 09:44:37 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-05-31 09:44:37 -0400
commit40d0fcd877e58f2862025f5a39a8ab0861e12b8b (patch)
tree56da721ec08ef341474cb1836a4c3c14e52b21cb /NEWS.txt
parent9ebf90c684990306433b6c364a93b425a88ef2e7 (diff)
Reverted the patch that gives NavigableString a .name property, because that's too big an API change for a bugfix release.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/NEWS.txt b/NEWS.txt
index a3485e7..c412916 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,9 +1,4 @@
-= 4.3.0 (Unreleased) =
-
-* A NavigableString object now has an immutable '.name' property whose
- value is always None. This makes it easier to iterate over a mixed
- list of tags and strings without having to check whether each
- element is a tag or a string.
+= 4.2.1 (20130531) =
* The default XML formatter will now replace ampersands even if they
appear to be part of entities. That is, "&lt;" will become