We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af3844 commit 8b7cc85Copy full SHA for 8b7cc85
NEWS
@@ -1,11 +1,18 @@
1
w3lib release notes
2
===================
3
4
-1.20.1 (2019-08-NN)
+1.21.0 (2019-08-09)
5
-------------------
6
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)
13
- :func:`w3lib.html.remove_tags_with_content` no longer removes tags which
14
start with the same text as one of the specified tags (issue #114)
15
+- Recommend pytest instead of nose to run tests (issue #124)
16
17
18
1.20.0 (2019-01-11)
0 commit comments