summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-02-15 16:02:39 +0100
committerJonas Smedegaard <dr@jones.dk>2015-02-15 16:02:39 +0100
commitfcc3c21487852fbd17dde354945a2261e1d79df8 (patch)
treea9e46081c2336da697505954d9ae848a895e62ac /Changes
parent6e7e1a3ba34aad3a2fd2af51dc185208140fe715 (diff)
parentf70dba1b5b79e88ba668023ed24d590c7e66aa57 (diff)
Imported Upstream version 1.000005
Diffstat (limited to 'Changes')
-rw-r--r--Changes13
1 files changed, 13 insertions, 0 deletions
diff --git a/Changes b/Changes
index d8059a8f..aa7aca3d 100644
--- a/Changes
+++ b/Changes
@@ -6,6 +6,19 @@ 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.000005 2014-10-25
+
+ [ Bug Fixes ]
+ - Fix short-circuiting optimizations for parameterized HashRef, ArrayRef,
+ ScalarRef, and Map type constraints.
+ Fixes RT#99312.
+ Marcel Timmerman++
+ <https://rt.cpan.org/Ticket/Display.html?id=99312>
+
+ [ Test Suite ]
+ - Fix annoying warning message in test suite with recent versions of
+ Exporter::Tiny.
+
1.000004 2014-09-02
[ Bug Fixes ]