diff options
author | Leonard Richardson <leonardr@segfault.org> | 2021-10-11 16:37:41 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2021-10-11 16:37:41 -0400 |
commit | 283a27a0af4c70d91695a146b7a6cbc82dc28098 (patch) | |
tree | 97ef8be25ff87e82c446eaa4eb462a82e9988ae9 /CHANGELOG | |
parent | 242a340e5cf8c13449c9a4d73cf55194536a27d1 (diff) |
Added special string classes, RubyParenthesisString and RubyTextString,
to make it possible to treat ruby text specially in get_text() calls.
[bug=1941980]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Python 2 was revision 605. * Ported unit tests to use pytest. +* Added special string classes, RubyParenthesisString and RubyTextString, + to make it possible to treat ruby text specially in get_text() calls. + [bug=1941980] + = 4.10.0 (20210907) * This is the first release of Beautiful Soup to only support Python |