summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-02-07 02:37:13 +0100
committerJonas Smedegaard <dr@jones.dk>2021-02-07 02:37:13 +0100
commitf7ca5dbdbc844de84e9700556151f59312e26885 (patch)
tree24667a45d96265e358f54f8ae0db24ee99ac1d03 /Changes
parent1c8fe6622d23ef7c6579f1f84c9c9d67837d2494 (diff)
parent3ce1b85ca11ec159b52f5856f586acc019ec80c1 (diff)
New upstream version 1.012001
Diffstat (limited to 'Changes')
-rw-r--r--Changes21
1 files changed, 20 insertions, 1 deletions
diff --git a/Changes b/Changes
index 15093828..e1b446ee 100644
--- a/Changes
+++ b/Changes
@@ -4,9 +4,28 @@ Type-Tiny
Created: 2013-03-23
Home page: <https://typetiny.toby.ink/>
Home page: <https://metacpan.org/release/Type-Tiny>
-Bug tracker: <http://rt.cpan.org/Dist/Display.html?Queue=Type-Tiny>
+Bug tracker: <https://github.com/tobyink/p5-type-tiny/issues>
Maintainer: Toby Inkster (TOBYINK) <tobyink@cpan.org>
+1.012001 2021-01-10
+
+ [ Test Suite ]
+ - Extra test cases to improve coverage. (100% on Coveralls; 90% on
+ Codecov.)
+ - Hide warnings in Kavorka integration tests.
+
+ [ Packaging ]
+ - Move issue tracker from RT to Github Issues.
+ - Stop hiding Type::Parser::Token, Type::Parser::TokenStream, and
+ Type::Parser::AstBuilder from the CPAN indexer.
+
+ [ Other ]
+ - Much code tidying using perltidy and manually.
+ - When generic validation objects (blessed objects with a `check` method)
+ are converted to native Type::Tiny type constraints, no longer require
+ them to provide a `get_message` method. This allows Type::Tiny to adopt
+ Data::Constraint type constraints.
+
1.012000 2020-10-28
[ Documentation ]