summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2024-01-16 13:45:59 -0500
committerLeonard Richardson <leonardr@segfault.org>2024-01-16 13:45:59 -0500
commit20607636c512f3682251bdea7ca66c5c768130ed (patch)
tree0775776c2723f234d5d1ff821e46235faf422937
parent7d89650d3a520c10e775160ad784c273ce6c6772 (diff)
Mention the new Chinese translation.
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0d0c5bc..3dde767 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,8 @@
= 4.12.3 (Unreleased)
* The Beautiful Soup documentation now has a Spanish translation, thanks
- to Carlos Romero.
+ to Carlos Romero. Delong Wang's Chinese translation has been updated
+ to cover Beautiful Soup 4.12.0.
* Fixed a regression such that if you set .hidden on a tag, the tag
becomes invisible but its contents are still visible. User manipulation