diff options
| author | Alexey Sveshnikov <alexey.sveshnikov@gmail.com> | 2015-07-03 19:35:55 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-06 15:08:43 -0400 |
| commit | bc98bc56a52860688ea0ae2ec7b9e59ddb72a811 (patch) | |
| tree | e811bc575978eafc4f651e19970ba63409fc3be2 /docs/releases | |
| parent | b74b94445de4173351b8c347deac22129c549f0f (diff) | |
Fixed #25059 -- Allowed Punycode TLDs in URLValidator
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.8.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt index 600291d902..104d6eb725 100644 --- a/docs/releases/1.8.3.txt +++ b/docs/releases/1.8.3.txt @@ -92,3 +92,6 @@ Bugfixes * Fixed a regression in the ``unordered_list`` template filter on certain inputs (:ticket:`25031`). + +* Fixed a regression in ``URLValidator`` that invalidated Punycode TLDs + (:ticket:`25059`). |
