summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2016-07-18 21:33:24 -0400
committerLeonard Richardson <leonardr@segfault.org>2016-07-18 21:33:24 -0400
commitd6c1e826c8691aac8c3aaa1a44f9a04732462d9b (patch)
tree02e5817b5ad0bf5b7533327d17d27f496c2bd75a /NEWS.txt
parent3c769d98b64ba347dd7cb7e42d7d8b4ce1f8ed3c (diff)
downloadbeautifulsoup4-d6c1e826c8691aac8c3aaa1a44f9a04732462d9b.tar.gz
Added support for CSS selector values that contain quoted spaces,
such as tag[style="display: foo"]. [bug=1540588]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 1fe2159..9e27d51 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -7,6 +7,9 @@
reparented into a tag that contained an identical whitespace
element. [bug=1505351]
+* Added support for CSS selector values that contain quoted spaces,
+ such as tag[style="display: foo"]. [bug=1540588]
+
* Corrected handling of XML processing instructions. [bug=1504393]
* The contents of <textarea> tags will no longer be modified when the