summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2018-12-30 21:13:03 -0500
committerLeonard Richardson <leonardr@segfault.org>2018-12-30 21:13:03 -0500
commitb514575d5fb99b20e826009213605c2840ee6b07 (patch)
treedf4402d0879aa25ee7c04cec14445689b5366811 /NEWS.txt
parent35668fff221abe596439c8950747ae1cffc8e21e (diff)
Fixed a problem with multi-valued attributes where the value
contained whitespace. Thanks to Jens Svalgaard for the fix. [bug=1787453]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index b67335f..5052413 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -23,8 +23,12 @@
elements) were not being treated as part of the tree. Patch by Isaac
Muse. [bug=1798699]
+* Fixed a problem with multi-valued attributes where the value
+ contained whitespace. Thanks to Jens Svalgaard for the
+ fix. [bug=1787453]
+
* Clarified ambiguous license statements in the source code. Beautiful
- Soup is released under the MIT license, and has been for some time.
+ Soup is released under the MIT license, and has been since 4.4.0.
= 4.6.3 (20180812)