From: Jesse Luehrs Date: Tue, 6 Sep 2011 03:18:15 +0000 (-0500) Subject: changelog X-Git-Tag: 0.24~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=121d8fea8ed96672ba8d64613c47e9828b4049ed;hp=78daf8edadd5929c47b81ef7170549abafa20fa6;p=gitmo%2FPackage-Stash-XS.git changelog --- diff --git a/Changes b/Changes index ac29349..eda027d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Package-Stash-XS {{$NEXT}} + - 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)