summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorPerlbotics <perlbotix@cpan.org>2022-08-06 12:29:33 +0200
committerOlaf Alders <olaf@wundersolutions.com>2022-08-19 12:04:38 -0400
commit8bd9cdb4ebe2475c5f7dba1a2d103ef0e17afaea (patch)
tree5d3bdddcd468354cff74267b978ec38838e98a18 /Changes
parentecc2a927fdebd0f669a3256ba04104c12034c250 (diff)
downloaduri-8bd9cdb4ebe2475c5f7dba1a2d103ef0e17afaea.tar.gz
Regression test added for a previous bug (5.11) in URI::file
file() method of URI::file can return the current working directory instead of the properly unescaped path.
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index bba103d..eba5e34 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
Revision history for URI
{{$NEXT}}
+ - Regression test added for a previous bug (5.11) in URI::file (Perlbotics).
+ file() method of URI::file can return the current working directory
+ instead of the properly unescaped path. (GH#106) (Perlbotics)
5.12 2022-07-10 23:48:50Z
- Fix an issue where i.e. 'file:///tmp/###' was not properly escaped.