summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-08-08 10:41:38 -0500
committerJesse Luehrs <doy@tozt.net>2011-08-08 10:41:38 -0500
commitf9ca85b9e4e31cb917b7039125d9484f8dc0f6f0 (patch)
tree86b68746c10b1914a6726733a683f20145e240c9
parent13ac0d6f13103f8d2dd2ae46f86be2e623203814 (diff)
downloadpackage-stash-xs-f9ca85b9e4e31cb917b7039125d9484f8dc0f6f0.tar.gz
package-stash-xs-f9ca85b9e4e31cb917b7039125d9484f8dc0f6f0.zip
changelog0.23
-rw-r--r--Changes3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index 81cd3f8..b80b1a3 100644
--- a/Changes
+++ b/Changes
@@ -2,13 +2,14 @@ Revision history for Package-Stash-XS
{{$NEXT}}
- 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)