Try-Tiny-0.25-TRIAL
[p5sagit/Try-Tiny.git] / Changes
diff --git a/Changes b/Changes
index b78bba5..5ea3d05 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,21 @@
 Revision history for Try-Tiny
 
-{{$NEXT}}
+0.25      2016-02-22 20:16:51Z (TRIAL RELEASE)
+  - "finally" blocks are now run for all methods of leaving the try block
+    (including via exit, goto)  (mauke, RT#112099)
+
+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)