summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes15
1 files changed, 15 insertions, 0 deletions
diff --git a/Changes b/Changes
index 536a0ce..7277353 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,20 @@
Revision history for URI
+5.25 2024-01-27 16:11:41Z
+ - cache scheme so it never attempt to load it again (GH#55) (mschae94)
+
+5.24 2024-01-26 04:36:32Z
+ - Really revert "use Scalar::Util::reftype instead of ref to check for
+ ARRAY" (GH#136) (Olaf Alders)
+
+5.23 2024-01-25 21:02:18Z
+ - Revert the reftype change introduced in 5.22 as it causes warnings.
+ (GH#134) (Olaf Alders)
+
+5.22 2024-01-25 15:22:54Z
+ - Use Scalar::Util::reftype instead of ref to check for ARRAY (GH#132)
+ (Jacques Deguest)
+
5.21 2023-08-23 16:02:14Z
- Fix version declarations in icap.pm and icaps.pm (GH#131) (Olaf Alders)