X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=56873ca2444fefc761258bbb2e458af3bb458d1f;hb=4938c300b9e6cb9e7be63ffd2d1e80b3ea737100;hp=83201a50566ac17e14cb922895079d9d0b276827;hpb=3efbb4f92f401b16ccb988042bd0cb010d9e942b;p=p5sagit%2FTry-Tiny.git diff --git a/Changes b/Changes index 83201a5..56873ca 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,49 @@ Revision history for Try-Tiny {{$NEXT}} + - 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) + +0.25 2016-02-22 20:16:51Z (TRIAL RELEASE) + - "finally" blocks are now run for all methods of leaving the try block + (including via exit, goto) (Lukas Mai, RT#112099) + +0.24 2015-12-11 05:20:09Z + - fix prereq errors in 0.23 + +0.23 2015-12-11 04:04:35Z + - fix syntax of example code (Rudolf Leermakers, PR#22) + - 'perl' removed from prerequisite recommendations, to avoid tripping up + CPAN clients (Graham Knop) + - Sub::Util is used preferentially to Sub::Name in most cases (Graham Knop, + PR#27) + +0.22 2014-04-29 + - add optional test deps as recommended prereqs (Karen Etheridge, #18) + +0.21 2014-04-15 + - also skip the test if Capture::Tiny is too old (Martin Popel, #17) + +0.20 2014-03-21 + - documentation updates (David Lowe (Flimm), #15) + +0.19 2014-01-22 + - fix an obscure issue with loading modules during global destruction + (Dagfinn Ilmari Mannsåker, #11) + - documentation updates (anaxagoras, #12) + +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) @@ -19,47 +62,47 @@ Revision history for Try-Tiny - 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