summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/Storable/ChangeLog5
-rw-r--r--dist/Storable/Storable.pm2
2 files changed, 6 insertions, 1 deletions
diff --git a/dist/Storable/ChangeLog b/dist/Storable/ChangeLog
index c76009befb..9450caf206 100644
--- a/dist/Storable/ChangeLog
+++ b/dist/Storable/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-27 10:27:00 TonyC
+ version 3.20
+ * fix a format string and arguments for some debugging text
+ * linkify references to alternatives to Storable
+
2020-01-27 11:01:00 TonyC
version 3.19
* add casts to match some I32 parameters to "%d" formats (#17339)
diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm
index 164615c79c..4c21a5f323 100644
--- a/dist/Storable/Storable.pm
+++ b/dist/Storable/Storable.pm
@@ -28,7 +28,7 @@ our @EXPORT_OK = qw(
our ($canonical, $forgive_me);
BEGIN {
- our $VERSION = '3.19';
+ our $VERSION = '3.20';
}
our $recursion_limit;