summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2023-04-17 09:34:58 -0400
committerLeonard Richardson <leonardr@segfault.org>2023-04-17 09:34:58 -0400
commit31eb728f84cd795f432838ba58d2bbf9502520db (patch)
tree9937db86e970e80b4ebf6a13a3abd3db5f7da007 /CHANGELOG
parentc4a7d44e76b1784185946682d4111759f48ac0bd (diff)
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, but it's not too difficult to keep the old behavior working.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f6a7258..94f1209 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+= 4.12.3 (?)
+
+* 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,
+ but it's not too difficult to keep the old behavior working.
+
= 4.12.2 (20230407)
* Fixed an unhandled exception in BeautifulSoup.decode_contents