summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 200c7e5..5e02c4b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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