Skip to content

Commit 8b7cc85

Browse files
authored
Cover w3lib 1.21.0 in the NEWS file (#135)
1 parent 6af3844 commit 8b7cc85

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

NEWS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
w3lib release notes
22
===================
33

4-
1.20.1 (2019-08-NN)
4+
1.21.0 (2019-08-09)
55
-------------------
66

7+
- Add the ``encoding`` and ``path_encoding`` parameters to
8+
:func:`w3lib.url.safe_download_url` (issue #118)
9+
- :func:`w3lib.url.safe_url_string` now also removes tabs and new lines
10+
(issue #133)
11+
- :func:`w3lib.html.remove_comments` now also removes truncated comments
12+
(issue #129)
713
- :func:`w3lib.html.remove_tags_with_content` no longer removes tags which
814
start with the same text as one of the specified tags (issue #114)
15+
- Recommend pytest instead of nose to run tests (issue #124)
916

1017

1118
1.20.0 (2019-01-11)

0 commit comments

Comments
 (0)