summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-09-12 20:23:40 +0200
committerJonas Smedegaard <dr@jones.dk>2014-09-12 20:23:40 +0200
commit6e7e1a3ba34aad3a2fd2af51dc185208140fe715 (patch)
tree417c0da6ac64f567c9587cb4b4dfa553fd8b565c /Changes
parentdf042cdde2bcf475aefad444c2a391ebef1125de (diff)
parent81dfb582ea22e99d6d1da9083d4d66a862fb1b14 (diff)
Imported Upstream version 1.000004
Diffstat (limited to 'Changes')
-rw-r--r--Changes27
1 files changed, 27 insertions, 0 deletions
diff --git a/Changes b/Changes
index 2a8e902d..d8059a8f 100644
--- a/Changes
+++ b/Changes
@@ -6,6 +6,28 @@ 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.000004 2014-09-02
+
+ [ Bug Fixes ]
+ - Fix for Type::Registry::DWIM.
+ Fixes RT#98458.
+ Marcel Montes++
+ <https://rt.cpan.org/Ticket/Display.html?id=98458>
+ - Fix issues with coercions and native attribute traits with some oldish
+ versions of Moose on oldish versions of Perl.
+ Fixes RT#98159.
+ Peter Flanigan++
+ <https://rt.cpan.org/Ticket/Display.html?id=98159>
+
+1.000003 2014-08-28
+
+ [ Bug Fixes ]
+ - Fix for coercions to parameterized Dict including a mixture of
+ inlineable and non-inlineable optional values.
+ Fixes RT#98362.
+ Gianni Ceccarelli++
+ <https://rt.cpan.org/Ticket/Display.html?id=98362>
+
1.000002 2014-08-18
[ Bug Fixes ]
@@ -119,6 +141,11 @@ Maintainer: Toby Inkster (TOBYINK) <tobyink@cpan.org>
0.047_05 2014-07-29 Sanity++
+ [ REGRESSIONS ]
+ - Introduced bug concerning coercions to parameterized Dicts with a
+ mixture of inlineable and non-inlineable optional values.
+ <http://purl.org/NET/cpan-uri/rt/ticket/98362>
+
[ Documentation ]
- Improve the documentation of Optional[] and slurpy.