aboutsummaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes54
1 files changed, 54 insertions, 0 deletions
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.