summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorAndrius Merkys <merkys@debian.org>2020-09-10 01:46:12 -0400
committerAndrius Merkys <merkys@debian.org>2020-09-10 01:46:12 -0400
commitb3dd7b2a9c3800a1aa22f369adba45c3d411f1da (patch)
tree6ae8c9b95c3c9a07f32ed5caa2b0e96aaedc8626 /Changes
parent80c17e1c4783292feb6e03745977c195754e72a6 (diff)
New upstream version 1.010006
Diffstat (limited to 'Changes')
-rw-r--r--Changes15
1 files changed, 15 insertions, 0 deletions
diff --git a/Changes b/Changes
index bcb35cf1..79aa8d9c 100644
--- a/Changes
+++ b/Changes
@@ -7,6 +7,21 @@ Home page: <https://metacpan.org/release/Type-Tiny>
Bug tracker: <http://rt.cpan.org/Dist/Display.html?Queue=Type-Tiny>
Maintainer: Toby Inkster (TOBYINK) <tobyink@cpan.org>
+1.010006 2020-09-04
+
+ [ Bug Fixes ]
+ - Eliminate recusion warnings when Type::Parser needs to parse complex
+ types.
+ Fixes RT#121957.
+ Diab Jerius++
+ <https://rt.cpan.org/Ticket/Display.html?id=121957>
+
+ [ Other ]
+ - Better handling of coercions for pre-declared types in Type::Library.
+ The type objects created before the type was properly defined will now
+ lazily attempt to find coercions from the properly defined type once it
+ becomes available.
+
1.010005 2020-08-26
- Improvements to $AvoidCallbacks support for