X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=de15ee865b7901032cdabe560cf30c55d81be7ed;hb=6a42a16cb522209edd5a0674c3a9cd35a9b45beb;hp=ffb7990ccdc66bc9bf1c989a0f1ae37198093fe2;hpb=be98e65cb23e5cea2a16e98913c09d2b105a0d32;p=gitmo%2FPackage-Stash.git diff --git a/Changes b/Changes index ffb7990..de15ee8 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,25 @@ Revision history for Package-Stash {{$NEXT}} + - bring the behavior of has_symbol for nonexistant scalars into line with + the xs version + - invalid package names (for instance, Foo:Bar) are not allowed + - invalid stash entry names (anything containing ::) are not allowed + +0.31 2011-08-08 + - fix ->add_symbol('$foo', qr/sdlfk/) on 5.12+ + - fix ->add_symbol('$foo', \v1.2.3) on 5.10+ + +0.30 2011-07-21 + - fix compiler detection in Makefile.PL (ribasushi) + +0.29 2011-04-06 + - no, *really* skip the package-stash-conflict script + +0.28 2011-03-29 + - META.json fixes (mst) + +0.27 2011-03-27 - also skip the package-stash-conflicts script (Father Chrysostomos) 0.26 2011-03-04