From 5838a0e786340b0be8405c936eafbe8618cfd5bf Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 4 Oct 2017 22:42:36 +1300 Subject: Add a Changes file --- Changes | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Changes (limited to 'Changes') diff --git a/Changes b/Changes new file mode 100644 index 0000000..60e5294 --- /dev/null +++ b/Changes @@ -0,0 +1,54 @@ +Revision history for Perl module List::Breakdown + +Initial revision history up to 0.11 was a little overzealous with releases +until #perl told me to calm down. All of those versions are documented here +anyway for comprehensiveness' sake. Entries with "No important changes" are +likely to be trivial things like documentation fixes or Perl::Tidy runs. + +0.11 2017-10-04 + + * No important changes. + +0.10 2017-10-04 + + * No important changes. + +0.09 2017-10-04 + + * No important changes. + +0.08 2017-10-04 + + * No important changes. + +0.07 2017-10-04 + + * Expanded documentation a little to make the SYNOPSIS more useful. + +0.06 2017-10-04 + + * Renamed module to List::Breakdown. See notes for v0.01. + +0.05 2017-10-03 + + * Another test file t/errors.t was added which ensures that both of the major + errors cause an `eval` block to fail: + - A value in the bucket layout spec was not a handled reference type + - A value in the bucket layout spec was not a reference at all + +0.04 2017-10-03 + + * No important changes. + +0.03 2017-10-03 + + * Export was adjusted to `use base` to accommodate Perl 5.6. + +0.02 2017-10-03 + + * No important changes. + +0.01 2017-10-03 + + * First public release with one test in one file, t/words.t. Initially named + List::Filters, which was unique but very close to an existing CPAN module. -- cgit v1.2.3