diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-12-30 21:13:03 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-12-30 21:13:03 -0500 |
commit | b514575d5fb99b20e826009213605c2840ee6b07 (patch) | |
tree | df4402d0879aa25ee7c04cec14445689b5366811 /NEWS.txt | |
parent | 35668fff221abe596439c8950747ae1cffc8e21e (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.txt | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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) |