summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2016-07-19 20:36:52 -0400
committerLeonard Richardson <leonardr@segfault.org>2016-07-19 20:36:52 -0400
commit989edd0836133e01d7a0dadeaae5ca2b6e8aa035 (patch)
tree63d831c0ea9e586b52ce81cf4b32fb1b37bf9367
parenta0e22dfa92b3a67a216241992e714e83bf16d11e (diff)
downloadbeautifulsoup4-989edd0836133e01d7a0dadeaae5ca2b6e8aa035.tar.gz
Updated NEWS in preparation for release.
-rw-r--r--NEWS.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 702623d..d064a40 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,4 +1,7 @@
-= 4.5.0 () =
+= 4.5.0 (20160719) =
+
+* Beautiful Soup is no longer compatible with Python 2.6. This
+ actually happened a few releases ago, but it's now official.
* Beautiful Soup will now work with versions of html5lib greater than
0.99999999. [bug=1603299]
@@ -10,8 +13,8 @@
"foo bar" does, the tag is now considered a match.
This happened in previous versions, but only when the value being
- searched for was a string. Now it also works when searching for
- regular expressions, lists of values, etc. [bug=1476868]
+ searched for was a string. Now it also works when that value is
+ a regular expression, a list of strings, etc. [bug=1476868]
* Fixed a bug that deranged the tree when a whitespace element was
reparented into a tag that contained an identical whitespace