X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f1a1b43d7600fb0320bd1abba4cb12a863fd0597;hb=HEAD;hp=d95aa7bb18091e723c3c9d3e622bccd68ba08caf;hpb=96491436fa897ed33860f30d199a0409c063e00a;p=gitmo%2FPackage-Stash-XS.git diff --git a/Changes b/Changes index d95aa7b..f1a1b43 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,25 @@ Revision history for Package-Stash-XS {{$NEXT}} + +0.25 2011-09-06 + - fix compilation on perl 5.8 (RT#70762) + +0.24 2011-09-05 + - invalid package names (for instance, Foo:Bar) are not allowed + - invalid stash entry names (anything containing ::) are not allowed + +0.23 2011-08-08 + - fix the test for scalar values, again (t0m, rafl) + - disallow assigning globrefs to scalar glob slots (this doesn't actually + make any sense) + +0.22 2011-03-04 + - make the namespace cache lazy and weak, in case the stash is deleted + - but, this doesn't work on 5.8, so disable the namespace caching + entirely there + +0.21 2011-01-25 - make the leak tests author-only, since some smokers run release tests - fix some xs forward compat stuff (Dave Mitchell)