summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-10-11 10:49:06 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-10-11 10:49:06 -0400
commit21f84cdbe5d20b54404c84aa0c10c925140967f8 (patch)
tree18dfea48cca3518653fb313ec45bf8c4482c556c
parentd9c8d2d9d52fe16a34314d14a5a6a1fa1ce8dbd1 (diff)
downloaduri-21f84cdbe5d20b54404c84aa0c10c925140967f8.tar.gz
URI-5.15v5.15
- Teach uri_escape to accept a Regexp object as the characters to escape as an alternative to a character class. (GH#113) (Graham Knop)
-rw-r--r--Changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes b/Changes
index 3e92994..9976d85 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for URI
-{{$NEXT}}
+5.15 2022-10-11 14:48:28Z
- Teach uri_escape to accept a Regexp object as the characters to escape
as an alternative to a character class. (GH#113) (Graham Knop)