[Moose-commits] r7957 - MooseX-Params-Validate/trunk
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Tue Jul 7 18:31:01 GMT 2009
Author: autarch
Date: 2009-07-07 11:31:01 -0700 (Tue, 07 Jul 2009)
New Revision: 7957
Modified:
MooseX-Params-Validate/trunk/ChangeLog
Log:
Add changes for 0.11
Modified: MooseX-Params-Validate/trunk/ChangeLog
===================================================================
--- MooseX-Params-Validate/trunk/ChangeLog 2009-07-07 18:30:24 UTC (rev 7956)
+++ MooseX-Params-Validate/trunk/ChangeLog 2009-07-07 18:31:01 UTC (rev 7957)
@@ -1,5 +1,15 @@
Revision history for Perl extension MooseX-Params-Validate
+0.11 Tue. Jul. 7, 2009
+ - The validation functions tried to coerce optional keys which
+ weren't present in the incoming parameters, leading to weird
+ errors. RT #46344. (Jos Boumans)
+
+ - Allow other callbacks to be specified. Previously these were
+ silently thrown out. But we'd recommend just defining types that
+ encapsulate everything in the callback instead. RT #47647. (Jos
+ Boumans).
+
0.10 Tue. Jun. 30, 2009
- Shut up deprecation warnings from the tests. Reported by John
Goulah.
More information about the Moose-commits
mailing list