diff options
author | Leonard Richardson <leonardr@segfault.org> | 2020-04-07 08:16:56 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2020-04-07 08:16:56 -0400 |
commit | a5e762fbcbc882dffad22a53823f6e8be12c6583 (patch) | |
tree | 124f03d1e71d5152df2fd459b15eb74b2c4104a5 /CHANGELOG | |
parent | 783bdc774f0148fc900b7318bf069e33fbab4b67 (diff) |
Added a notice about the new behavior of .text to the documentation.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |