This commit is contained in:
Omar Polo 2021-01-29 17:29:21 +00:00
parent a8d4a89770
commit dceca3b69d
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2021-01-29 Omar Polo <op@omarpolo.com>
* iri.c (parse_authority): accept a wider range of unicode
codepoints while parsing the host name.
2021-01-26 Omar Polo <op@omarpolo.com>
* puny.c (puny_decode): initial punycode support!