diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-07-07 16:24:41 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-07-07 16:24:41 -0400 |
commit | fd040bfacc6caa2d0b92edbeed5f32582ad55d83 (patch) | |
tree | 8a30058bb04d472cc457dec11b731a579b3c6201 /CHANGELOG | |
parent | 0159c0a4135f267aed0586ba9d829d0a3da25da8 (diff) |
Renamed the cdata_list_attributes argument to multi_valued_attributes since it's facing the end-user and that's a more easily understandable name.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ keyword arguments into the BeautifulSoup constructor. The main reason to do this right now is to change how multi-valued attributes are treated -- you can do this with the - 'cdata_list_attributes' argument. [bug=1832978] + `multi_valued_attributes` argument. [bug=1832978] = 4.7.1 (20190106) |