summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Whitener <cwhitener@gmail.com>2023-05-02 21:04:20 -0400
committerOlaf Alders <olaf@wundersolutions.com>2023-05-03 06:29:40 -0400
commit71790c03013bacd887491d5c4a550dafad39423b (patch)
tree376c66d2e69dd4e9fe10c47fc1b38f40395381b7
parent847191e6fe4ca67ca7462a22a0c5fb6768d3b1ba (diff)
downloaduri-71790c03013bacd887491d5c4a550dafad39423b.tar.gz
Add the change logs for this branch
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index a108d48..b4f7972 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
Revision history for URI
{{$NEXT}}
+ - Remove Shebang and Taint from all tests.
+ - Fix t/query.t to get rid of a warning about join() on
+ array with undef
5.19 2023-04-30 16:15:58Z
- Form parameters without values are now represented by undef (GH#65)