source: uri/docs/source/release-notes/1.5.0.rst@ 230

Last change on this file since 230 was 230, checked in by wouter, 4 years ago

#91 clone https://pypi.org/project/rfc3986/

File size: 530 bytes
RevLine 
[230]11.5.0 - 2021-05-07
2------------------
3
4- Fix bug where a valid IRI is mishandled by ``urlparse`` and
5 ``ParseResultBytes``.
6
7 See also `GitHub #57`_
8
9- Add :meth:`~rfc3986.builder.URIBuilder.extend_path`,
10 :meth:`~rfc3986.builder.URIBuilder.extend_query_with`,
11 :meth:`~rfc3986.builder.URIBuilder.geturl` to
12 :class:`~rfc3986.builder.URIBuilder`.
13
14 See also `GitHub #29`_
15
16.. links
17
18.. _GitHub #29:
19 https://github.com/python-hyper/rfc3986/issues/29
20
21.. _GitHub #57:
22 https://github.com/python-hyper/rfc3986/issues/57
Note: See TracBrowser for help on using the repository browser.