summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-10-06 12:46:30 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-10-06 12:46:30 -0400
commit8393e8fd92d1bc104affc7e7a669de0b4eac5a6e (patch)
tree413d8435676ca22f3d0c0da15a8348816f3d4d62
parent1a4ed66802f26c15cccd66c0b5d489cf9f3e3ba4 (diff)
downloaduri-8393e8fd92d1bc104affc7e7a669de0b4eac5a6e.tar.gz
Update Changes
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index d2eb197..e8bd3e6 100644
--- a/Changes
+++ b/Changes
@@ -6,6 +6,8 @@ Revision history for URI
instead of the properly unescaped path. (GH#106) (Perlbotics)
- Replace "Test" with "Test::More" (GH#107) (James Raspass)
- Replace raw TAP printing with "Test::More" (GH#108) (James Raspass)
+ - Apply perlimports to tests (GH#110) (Olaf Alders)
+ - Improve escaping of unwanted characters (GH#78) (Branislav Zahradnk)
5.12 2022-07-10 23:48:50Z
- Fix an issue where i.e. 'file:///tmp/###' was not properly escaped.