changelog
[p5sagit/Try-Tiny.git] / Changes
diff --git a/Changes b/Changes
index 03fe0a7..db47026 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,16 @@ Revision history for Try-Tiny
 
 {{$NEXT}}
 
+0.18  2013-08-17
+  - fix tests for pre-Test-More-0.88 (Paul Howarth, #10)
+
+0.17  2013-08-16
+  - work around [rt.perl #119311] which was causing incorrect error messages in
+    some cases during global destruction (Graham Knop, #9)
+
+0.16  2013-07-10
+  - remove accidental Sub::Name test dep
+
 0.15  2013-07-08
   - optionally use Sub::Name to name the try/catch/finally blocks, if available
     (Mark Fowler)