Skip to content

Commit 4ef57fb

Browse files
authored
Cover w3lib 1.22.0 in the release notes (#157)
1 parent 7ccf58c commit 4ef57fb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
w3lib release notes
22
===================
33

4+
1.22.0 (2020-05-NN)
5+
-------------------
6+
7+
- Python 3.4 is no longer supported (issue #156)
8+
- :func:`w3lib.url.safe_url_string` now supports an optional ``quote_path``
9+
parameter to disable the percent-encoding of the URL path (issue #119)
10+
- :func:`w3lib.url.add_or_replace_parameter` and
11+
:func:`w3lib.url.add_or_replace_parameters` no longer remove duplicate
12+
parameters from the original query string that are not being added or
13+
replaced (issue #126)
14+
- :func:`w3lib.html.remove_tags` now raises a :exc:`ValueError` exception
15+
instead of :exc:`AssertionError` when using both the ``which_ones`` and the
16+
``keep`` parameters (issue #154)
17+
- Test improvements (issues #143, #146, #148, #149)
18+
- Documentation improvements (issues #140, #144, #145, #151, #152, #153)
19+
- Code cleanup (issue #139)
20+
21+
422
1.21.0 (2019-08-09)
523
-------------------
624

0 commit comments

Comments
 (0)