X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Changes;h=2d383078d3a7decbfa142caf32b7eb78cbab1e46;hp=12dd161c4a840978332e8c801eb7f3ca84b75dd8;hb=a68fed5d09926e438f29242e1114b902f8cf324e;hpb=1595b99670c095c9bccb7e85752f31a53650b120 diff --git a/Changes b/Changes index 12dd161..2d38307 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,21 @@ Revision history for Mouse +0.15 + * Don't export Mouse's sugar into the package 'main' + + * Rename Mouse::TypeRegistry to Mouse::Util::TypeConstraints + + * "type" sugar for when you're not subtyping anything + + * Keep track of the source package of each type + + * class_type shouldn't load the class (Moose compat; no easy fix :/) + + * suppress warninsgs when we use around and has '+...' (dann) + + * use Data::Util to make modifier fast if Data::Util is installed (dann) + + 0.14 Sat Dec 20 16:53:05 2008 * POD fix