diff options
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 |