summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-04-28 18:34:57 +0200
committerJonas Smedegaard <dr@jones.dk>2013-04-28 18:34:57 +0200
commit9bd4dfcba2c5bee29497b7fd0c9efa987f5dd174 (patch)
tree60b7f5cf102da6ed15e89d32d8be308ce7b4c982 /Changes
parentf31099db10f0107e68302d83352ee2cc28333731 (diff)
Imported Upstream version 0.002
Diffstat (limited to 'Changes')
-rw-r--r--Changes12
1 files changed, 12 insertions, 0 deletions
diff --git a/Changes b/Changes
index c9bdc80a..e5ee1cd0 100644
--- a/Changes
+++ b/Changes
@@ -6,6 +6,18 @@ 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.002 2013-04-26
+
+ - (Addition) Chars and Bytes types added to Types::Standard.
+ - (Bugfix) Fix method conflicts when exporting type constraints to roles.
+ ++$BOWTIE
+ - (Bugfix) Prevent warnings (about 'my $val' masking a previously declared
+ variable) when several Str checks are being inlined in close proximity,
+ such as Tuple[Str,Str]
+ - (Documentation) Link from Test::TypeTiny to Test::Deep::Type.
+ - Avoid unnecessarily regenerating parameterized type constraints.
+ - Make Type::Tiny's has_coercion method more DWIM.
+
0.001 2013-04-15 # First public release
- (Addition) More test cases for Optional[`a] within Dict[`a].