summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-04-12 21:39:48 +0200
committerJonas Smedegaard <dr@jones.dk>2013-04-12 21:39:48 +0200
commit3072a6927d69286aee991508a57aad75b943570c (patch)
treeab02814ba5b3f82f5ad6506d0ed051dd88142f78 /Changes
parent0b12edafdc346de3ddceb69cdb064b5480e35ccd (diff)
Imported Upstream version 0.000~12
Diffstat (limited to 'Changes')
-rw-r--r--Changes5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changes b/Changes
index 90a88667..e300b3b9 100644
--- a/Changes
+++ b/Changes
@@ -6,6 +6,10 @@ Home page: <https://metacpan.org/release/Type-Tiny>
Bug tracker: <http://rt.cpan.org/Dist/Display.html?Queue=Type-Tiny>
Maintainer: Toby Inkster <mailto:tobyink@cpan.org>
+0.000_12 2013-04-12
+
+ - (Documentation) Fix minor typo.
+
0.000_11 2013-04-11
- (Bugfix) Fix prototype for Type::Utils::as.
@@ -50,6 +54,7 @@ Maintainer: Toby Inkster <mailto:tobyink@cpan.org>
0.000_06 2013-04-05
- (Addition) In Moo, type assertions and coercions are now inlined.
+ ++$MSTROUT
- (Addition) Monkey patch Moose::Meta::TypeConstraint to be able to
retrieve Type::Tiny constraints from inflated Moose constraints.
- (Addition) Type::Tiny now has an 'inline_assert' function.