summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index ac343e4..e7670af 100644
--- a/README.txt
+++ b/README.txt
@@ -141,6 +141,13 @@ You can write this:
(But the old code will still work.)
+Some of the generators used to yield None after they were done, and
+then stop. That was a bug. Now, the generators just stop.
+
+There are two new generators, .strings and .stripped_strings. .strings
+yields NavigableString objects, and .stripped_strings yields Python
+strings that have had whitespace stripped.
+
== tag.string is recursive ==
tag.string now operates recursively. If tag A contains a single tag B