summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2024-01-13 13:58:03 -0500
committerLeonard Richardson <leonardr@segfault.org>2024-01-13 13:58:03 -0500
commitaf0ba9267bad818dda92b10affdda476cadbb0dc (patch)
tree9eaae401d3f0b3f24cbe9f69b6e5dd9bb15b552a
parent1b1eec8e37c47054fec102611629779f04f2292e (diff)
Added to CHANGELOG celebrating the Spanish documentation translation.
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d6b7194..3656636 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
= 4.12.3 (Unreleased)
+* The Beautiful Soup documentstion now has a Spanish translation, thanks
+ to Carlos Romero.
+
* Fixed a regression such that if you set .hidden on a tag, the tag
becomes invisible but its contents are still visible. User manipulation
of .hidden is not a documented or supported feature, so don't do this,