X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=5b594f523c908e0c95b39b0d71466dd453ea8787;hb=027bdf22b5a19632b086419e3bac63506a4ead98;hp=2b18bc3f33a86376e23c7d3a118172661641169e;hpb=5f5e92c0e36725a449c010c445eba40589ac8bf6;p=p5sagit%2FTry-Tiny.git diff --git a/Changes b/Changes index 2b18bc3..5b594f5 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,25 @@ +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) + +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 - fix (fsvo) broken URLs (RT#55659) @@ -8,48 +29,49 @@ - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev Vadim) - warn loudly on exceptions in finally() blocks + - dzilify -0.12 +0.12 2013-01-02 - doc fixes -0.11 +0.11 2011-08-30 - fix broken dist -0.10 +0.10 2011-04-27 - clarify some docs -0.09 +0.09 2010-11-28 - don't index Try::Tiny::ScopeGuard -0.08 +0.08 2010-11-28 - fix require vs use issue in blead (RT63410) -0.07 +0.07 2010-10-21 - allow multiple finally blocks - pass the error, if any, to finally blocks when called -0.06 +0.06 2010-05-27 - in t/given_when.t use a plan instead of done_testing for more backwards compatibility -0.05 +0.05 2010-05-26 - Documentation fixes and clarifications -0.04 +0.04 2010-01-22 - Restore list context propagation for catch blocks - Fix a bug where finally blocks weren't always invoked -0.03 +0.03 2010-01-22 - Support for 'finally' blocks (Andy Yates) - More documentation and tests (many people) - Sets $@ to the previous value at the beginning of the eval, to allow the capture of an error stack when calling die. -0.02 +0.02 2009-09-02 - Doc fixes from chromatic - Various minor fixes from Adam Kennedy - Additional documentation and code clarifications - 5.005_04 compatibility -0.01 +0.01 2009-08-31 - Initial release