summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Knop <haarg@haarg.org>2022-10-12 12:37:58 +0200
committerOlaf Alders <olaf@wundersolutions.com>2022-10-12 06:55:27 -0400
commita4d27db225a3102d9add2dd33b8f10da8b9d8453 (patch)
tree10a956b109a8ea4d33f29de0454dfa69fa386ff4
parent3f370389d54be6bc4fa1c0bebd6c38c9abfad07d (diff)
downloaduri-a4d27db225a3102d9add2dd33b8f10da8b9d8453.tar.gz
add changelog entry for merging URI::QueryParam methods
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index b2c9314..007e19d 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for URI
{{$NEXT}}
+ - merge the methods from URI::QueryParam into URI, so they are always
+ available
5.15 2022-10-11 14:48:28Z
- Teach uri_escape to accept a Regexp object as the characters to escape