summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-05-08 13:22:20 +0200
committerJonas Smedegaard <dr@jones.dk>2021-05-08 13:22:20 +0200
commit53add3b868ccf4593d1277b12466ea6126c5daa0 (patch)
tree78ba03fbdb85dc3c9f582da7e4f91f160ff143da /Changes
parentf7ca5dbdbc844de84e9700556151f59312e26885 (diff)
parentacfcd685a9c6bd144dde3570121b6fd8a7d5d4fa (diff)
New upstream version 1.012002
Diffstat (limited to 'Changes')
-rw-r--r--Changes26
1 files changed, 26 insertions, 0 deletions
diff --git a/Changes b/Changes
index e1b446ee..732857ca 100644
--- a/Changes
+++ b/Changes
@@ -7,6 +7,32 @@ Home page: <https://metacpan.org/release/Type-Tiny>
Bug tracker: <https://github.com/tobyink/p5-type-tiny/issues>
Maintainer: Toby Inkster (TOBYINK) <tobyink@cpan.org>
+1.012002 2021-05-02
+
+ [ Bug Fixes ]
+ - Fix precendence error in generated code for Tuples.
+ Philippe Bruhat++
+ <https://github.com/tobyink/p5-type-tiny/pull/64>
+
+ [ Documentation ]
+ - Fixed typo in pod for Type::Tiny::Enum
+ Windymelt++
+ <https://github.com/tobyink/p5-type-tiny/pull/70>
+
+ [ Test Suite ]
+ - Fix testcase for Tuples with slurpy HashRef to pass a literal hashref
+ (which should fail) instead of an arrayref (which should also fail, but
+ less subtly).
+ Philippe Bruhat++
+ <https://github.com/tobyink/p5-type-tiny/pull/64>
+ - Type::Tiny is no longer routinely tested on Perl versions older than
+ 5.8.1.
+ <https://github.com/tobyink/p5-type-tiny/actions>
+
+ [ Other ]
+ - Type::Parser now supports hexadecimal integers.
+ <https://github.com/tobyink/p5-type-tiny/issues/71>
+
1.012001 2021-01-10
[ Test Suite ]