changelog
[p5sagit/Try-Tiny.git] / Changes
diff --git a/Changes b/Changes
index 9cd380c..3961cef 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,16 @@ Revision history for Try-Tiny
 
 {{$NEXT}}
 
+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)
+
+0.14  2013-07-05
+  - also throw an exception for catch/finally in scalar context (RT#81070)
+
 0.13  2013-07-04
   - fix tests failing on 5.6.x due to differing DESTROY semantics
   - excise superfluous local($@) call - 7% speedup