summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2022-08-19 08:24:34 +0200
committerJonas Smedegaard <dr@jones.dk>2022-08-19 08:24:34 +0200
commitff6f9b69631ed52f3db6cf92f8011c6e97d7274d (patch)
tree26a305d739442fb4fdfcba22712b8aaee5330ff9 /Changes
parent994b51aad4dc51e5e6d28529ccf2116a2be92058 (diff)
parent2d994ca1e6f3725e4e5bd23eacec06a20bbfb175 (diff)
New upstream version 1.016008
Diffstat (limited to 'Changes')
-rw-r--r--Changes10
1 files changed, 10 insertions, 0 deletions
diff --git a/Changes b/Changes
index cf9a9c84..b9ca8c18 100644
--- a/Changes
+++ b/Changes
@@ -7,6 +7,16 @@ 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.016008 2022-08-14
+
+ - Added: Type::Params now has a `goto_next` option, which if set to a
+ coderef will generate a signature which on success, instead of returning
+ @_, passes @_ to the coderef. If `goto_next` is set to true, the
+ signature instead expects to be passed such a coderef as its first
+ argument.
+ - Eval::TypeTiny::CodeAccumulator now better handles placeholders.
+ - Type::Params `wrap_subs` and `wrap_methods` internally use `goto_next`.
+
1.016007 2022-08-04
- Added: Type::Params now has a `strictness` option, which if set to false