Try-Tiny-0.30
[p5sagit/Try-Tiny.git] / Changes
diff --git a/Changes b/Changes
index adad256..ec4d9a7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,22 @@
 Revision history for Try-Tiny
 
-{{$NEXT}}
+0.30      2017-12-21 07:23:03Z
+  - expand "when" test skippage to more perl versions
+
+0.29      2017-12-19 03:51:26Z
+  - skip tests of "when" and "given/when" usage for perl 5.27.7 *only* (see
+    RT#123908)
+
+0.28      2017-01-09 01:21:33Z
+  - enabled some tests of finally blocks that were disabled on 5.6, now that
+    that functionality works (since 0.13) (Pali, PR#4)
+
+0.27      2016-08-16 01:43:35Z
+  - repository moved to the github p5sagit organization (the primary is on
+    shadowcat, mirrored to github)
+  - no changes since 0.26
+
+0.26      2016-03-15 23:42:02Z (TRIAL RELEASE)
   - switch from finalizers using an array to a hash, to resolve segfaults when
     creating a pseudofork on MSWin before perl 5.20 (Graham Knop,
     karenetheridge/Sub-Name/#3)