summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-10-11 16:37:41 -0400
committerLeonard Richardson <leonardr@segfault.org>2021-10-11 16:37:41 -0400
commit283a27a0af4c70d91695a146b7a6cbc82dc28098 (patch)
tree97ef8be25ff87e82c446eaa4eb462a82e9988ae9 /CHANGELOG
parent242a340e5cf8c13449c9a4d73cf55194536a27d1 (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--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