summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2020-04-07 08:16:56 -0400
committerLeonard Richardson <leonardr@segfault.org>2020-04-07 08:16:56 -0400
commita5e762fbcbc882dffad22a53823f6e8be12c6583 (patch)
tree124f03d1e71d5152df2fd459b15eb74b2c4104a5 /CHANGELOG
parent783bdc774f0148fc900b7318bf069e33fbab4b67 (diff)
Added a notice about the new behavior of .text to the documentation.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1c7d57d..e3b1a8d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,7 +5,8 @@
NavigableString.
* Embedded CSS and Javascript is now stored in distinct Stylesheet and
- Script tags, which are ignored by methods like get_text(). This
+ Script tags, which are ignored by methods like get_text() since most
+ people don't consider this sort of content to be 'text'. This
feature is not supported by the html5lib treebuilder. [bug=1868861]
* Added a Russian translation by 'authoress' to the repository.