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