source: uri/docs/source/release-notes/1.2.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: 590 bytes
RevLine 
[230]11.2.0 -- 2018-12-04
2-------------------
3
4- Attempt to detect percent-encoded URI components and
5 encode ``%`` characters if required.
6
7 See also `GitHub #38`_
8
9- Allow percent-encoded bytes within host.
10
11 See also `GitHub #39`_
12
13- Correct the IPv6 regular expression by adding a missing variation.
14
15- Fix hashing for URIReferences on Python 3.
16
17 See also `GitHub !35`_
18
19.. links
20
21.. _GitHub !35:
22 https://github.com/python-hyper/rfc3986/pull/35
23
24.. _GitHub #38:
25 https://github.com/python-hyper/rfc3986/pull/38
26
27.. _GitHub #39:
28 https://github.com/python-hyper/rfc3986/pull/39
Note: See TracBrowser for help on using the repository browser.