summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-10-12 09:10:37 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-10-12 09:10:37 -0400
commit7d12fb04c565226f142af01cc359fea27c96df8b (patch)
tree88d8c93efe911f2ddea2044671760b28772915fe
parenta4d27db225a3102d9add2dd33b8f10da8b9d8453 (diff)
downloaduri-7d12fb04c565226f142af01cc359fea27c96df8b.tar.gz
Update Changes
-rw-r--r--Changes4
1 files changed, 2 insertions, 2 deletions
diff --git a/Changes b/Changes
index 007e19d..5a92dd2 100644
--- a/Changes
+++ b/Changes
@@ -1,8 +1,8 @@
Revision history for URI
{{$NEXT}}
- - merge the methods from URI::QueryParam into URI, so they are always
- available
+ - Merge the methods from URI::QueryParam into URI, so they are always
+ available (GH#114) (Graham Knop)
5.15 2022-10-11 14:48:28Z
- Teach uri_escape to accept a Regexp object as the characters to escape