Skip to content

Commit 98a176c

Browse files
authored
Merge pull request #87 from redapple/release-notes-1.17
Update changelog for v1.17 release
2 parents 6580978 + a082474 commit 98a176c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

NEWS

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

4+
1.17.0 (2017-02-XX)
5+
-------------------
6+
7+
- Add Python 3.5 and 3.6 support
8+
- Add ``w3lib.url.parse_data_uri`` helper for parsing "data:" URIs
9+
- Add ``w3lib.html.strip_html5_whitespace`` function to strip leading and
10+
trailing whitespace as per W3C recommendations, e.g. for cleaning
11+
"href" attribute values
12+
- Fix ``w3lib.http.headers_raw_to_dict`` for multiple headers with same name
13+
- Do not distribute tests/test_*.pyc artifacts
14+
15+
416
1.16.0 (2016-11-10)
517
-------------------
618

0 commit comments

Comments
 (0)