X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Changes;h=f469d802b1cc6dc7e2688c768d196c523558ce44;hp=1816af2e869c3f27bccedc90018c2fa7161b04cb;hb=a5fc1e9ae701943f0fd4bd9ba81a9a6eab523d0b;hpb=3b46bd4991dea7ead4e7f52a089222d24554e2bd diff --git a/Changes b/Changes index 1816af2..f469d80 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,12 @@ Revision history for Mouse * 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 :/) + 0.14 Sat Dec 20 16:53:05 2008 * POD fix