X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0ad509ff35d38a722381f5d76b3067905da7e1b0;hb=refs%2Ftags%2Fv0.28;hp=eaa466a5580e7fb09d65c401f3d530af275ccc86;hpb=b44c2ad360ad5d846e1c921687e132b82a4981b8;p=p5sagit%2FTry-Tiny.git diff --git a/Changes b/Changes index eaa466a..0ad509f 100644 --- a/Changes +++ b/Changes @@ -1,19 +1,55 @@ Revision history for Try-Tiny -{{$NEXT}} - - documentation updates (Flimm, #15) +0.28 2017-01-09 01:21:33Z + - enabled some tests of finally blocks that were disabled on 5.6, now that + that functionality works (since 0.13) (Pali, PR#4) + +0.27 2016-08-16 01:43:35Z + - repository moved to the github p5sagit organization (the primary is on + shadowcat, mirrored to github) + - no changes since 0.26 + +0.26 2016-03-15 23:42:02Z (TRIAL RELEASE) + - 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, doy/Sub-Name/#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, + doy/Sub-Name/#27) + +0.22 2014-04-29 + - add optional test deps as recommended prereqs (Karen Etheridge, + doy/Sub-Name/#18) + +0.21 2014-04-15 + - also skip the test if Capture::Tiny is too old (Martin Popel, + doy/Sub-Name/#17) + +0.20 2014-03-21 + - documentation updates (David Lowe (Flimm), doy/Sub-Name/#15) 0.19 2014-01-22 - fix an obscure issue with loading modules during global destruction - (ilmari, #11) - - documentation updates (anaxagoras, #12) + (Dagfinn Ilmari Mannsåker, doy/Sub-Name/#11) + - documentation updates (anaxagoras, doy/Sub-Name/#12) 0.18 2013-08-17 - - fix tests for pre-Test-More-0.88 (Paul Howarth, #10) + - fix tests for pre-Test-More-0.88 (Paul Howarth, doy/Sub-Name/#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) + some cases during global destruction (Graham Knop, doy/Sub-Name/#9) 0.16 2013-07-10 - remove accidental Sub::Name test dep