summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Knop <haarg@haarg.org>2022-10-11 16:30:18 +0200
committerOlaf Alders <olaf@wundersolutions.com>2022-10-11 10:47:25 -0400
commitea26963dec10d8589305f5b3dac74c893f16103e (patch)
tree154231e9367a8751f7b706a772098a000ad25505
parenta3f96169b002e1fa747713654edfa9f528d17cbb (diff)
downloaduri-ea26963dec10d8589305f5b3dac74c893f16103e.tar.gz
add changelog entry for regexp parameters to uri_escape
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 9efb3f0..2345e69 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for URI
{{$NEXT}}
+ - Teach uri_escape to accept a Regexp object as the characters to escape
+ as an alternative to a character class.
5.14 2022-10-10 20:37:57Z
- Fix uri_escape allowing \w style character classes in its character set