Skip to content

Commit

Permalink
Update Storable's ChangeLog.
Browse files Browse the repository at this point in the history
There hasn't been a CPAN release for a couple of years, and so it hasn't
been kept up to date.
  • Loading branch information
nwc10 committed Aug 30, 2021
1 parent 054012e commit 8a5f7d3
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion dist/Storable/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
2010-01-27 10:27:00 TonyC
2021-08-25 08:05:16 nwclark
version 3.24_50
* Remove code and tests only present to support perls before 5.6.1
Storable implicitly needs >= v5.6.1.
* Use SvPVCLEAR from ppport.h
* Remove XS code "commented" out with #if 0
* Refactor store_lhash() to remove some code duplication
* Avoid calling hv_iterval() twice for each hash entry
* Fix a bug in the recursion depth check in store_lhash()

unreleased
version 3.24
* Fix a (possible) typo in Sntohl

unreleased
version 3.23
* Fix typos
* avoid stderr noise in t/canonical.t

2020-07-31 19:36:37 atoomic
version 3.22
* use PERL_COMPARE macros

2020-04-23 13:33:05 ilmari
version 3.21
* fix repeated-word typos
* fix t/huge.t PERL_TEST_MEMORY diagnostic messages

2020-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
Expand Down

0 comments on commit 8a5f7d3

Please sign in to comment.