summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorFlorian Schlichting <fsfs@debian.org>2022-09-21 21:41:59 +0200
committerFlorian Schlichting <fsfs@debian.org>2022-09-21 21:41:59 +0200
commit91f42e5633cc469ccf6ec675eae283c3fccce58f (patch)
tree2f5820583bacb9a4411314fa32c2f9d86eb17e14 /Changes
parentff6f9b69631ed52f3db6cf92f8011c6e97d7274d (diff)
parent4d83090a055cf6890cdbaf9fef02d9246d631b34 (diff)
New upstream version 1.016010
Diffstat (limited to 'Changes')
-rw-r--r--Changes20
1 files changed, 20 insertions, 0 deletions
diff --git a/Changes b/Changes
index b9ca8c18..e8e7bd52 100644
--- a/Changes
+++ b/Changes
@@ -7,6 +7,26 @@ Home page: <https://metacpan.org/release/Type-Tiny>
Bug tracker: <https://github.com/tobyink/p5-type-tiny/issues>
Maintainer: Toby Inkster (TOBYINK) <tobyink@cpan.org>
+1.016010 2022-08-31
+
+ [ Bug Fixes ]
+ - Fix an uninitialized warning when calling compile_named_oo outside a
+ sub.
+ Diab Jerius++
+
+ [ Documentation ]
+ - List which versions of Perl Type::Tiny requires in
+ Type::Tiny::Manual::Policies.
+
+1.016009 2022-08-27
+
+ [ Bug Fixes ]
+ - Parameterizable type constraints have a name generator, which is a
+ coderef that generates the names of their parameterized child type
+ constraints. The default name generator now strips ASCII control
+ characters (such as null, tab, and new line) from names it generates.
+ sbuggles++
+
1.016008 2022-08-14
- Added: Type::Params now has a `goto_next` option, which if set to a