changelog
[gitmo/Package-Stash-XS.git] / Changes
diff --git a/Changes b/Changes
index 3993b83..81cd3f8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,23 @@
 Revision history for Package-Stash-XS
 
 {{$NEXT}}
+      - fix the test for scalar values, again (t0m, rafl)
+
+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)
+
+0.20  2011-01-11
+      - lower perl prereq to 5.8.1 (ribasushi)
+      - make the leak tests release-only, since they keep randomly failing on
+        platforms i don't have access to. people are encouraged to submit
+        patches for these if they are affected.
 
 0.19  2011-01-05
       - actually fix scalar initial value validity test