increment $VERSION after 0.24 release
[p5sagit/Try-Tiny.git] / Changes
diff --git a/Changes b/Changes
index 9a8004b..27f599e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,25 @@ Revision history for Try-Tiny
 
 {{$NEXT}}
 
+0.24      2015-12-11 05:20:09Z
+  - fix prereq errors in 0.23
+
+0.23      2015-12-11 04:04:35Z
+  - fix syntax of example code (Rudolf Leermakers, PR#22)
+  - 'perl' removed from prerequisite recommendations, to avoid tripping up
+    CPAN clients (Graham Knop)
+  - Sub::Util is used preferentially to Sub::Name in most cases (Graham Knop,
+    PR#27)
+
+0.22  2014-04-29
+  - add optional test deps as recommended prereqs (Karen Etheridge, #18)
+
+0.21  2014-04-15
+  - also skip the test if Capture::Tiny is too old (Martin Popel, #17)
+
+0.20  2014-03-21
+  - documentation updates (Flimm, #15)
+
 0.19  2014-01-22
   - fix an obscure issue with loading modules during global destruction
     (ilmari, #11)