Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 590 Bytes

1.2.0.rst

File metadata and controls

28 lines (17 loc) · 590 Bytes

1.2.0 -- 2018-12-04

  • Attempt to detect percent-encoded URI components and encode % characters if required.

    See also GitHub #38

  • Allow percent-encoded bytes within host.

    See also GitHub #39

  • Correct the IPv6 regular expression by adding a missing variation.

  • Fix hashing for URIReferences on Python 3.

    See also GitHub !35