summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 02ff7a8..440869c 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,4 +1,9 @@
-= 4.2.1 (Unreleased) =
+= 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.
* Gave new_string() the ability to create subclasses of
NavigableString. [bug=1181986]