From: Jesse Luehrs Date: Mon, 8 Jul 2013 21:58:22 +0000 (-0400) Subject: changelog X-Git-Tag: Try-Tiny-0.15~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3efbb4f92f401b16ccb988042bd0cb010d9e942b;p=p5sagit%2FTry-Tiny.git changelog --- diff --git a/Changes b/Changes index f4b488e..83201a5 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Try-Tiny {{$NEXT}} + - 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)