push to both repos on release
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
12b7dc6c 1Revision history for Try-Tiny
2531688c 2
5c083c1a 3{{$NEXT}}
4
53dc90c9 50.32 2024-08-16 22:23:44Z
c8e3a471 6 - skip given, when tests on perls >= 5.41.3 which removed these constructs
6cdfb60d 7
0a844ed9 80.31 2021-11-23 20:29:12Z
1b81d0a5 9 - plug Syntax::Keyword::Try and Feature::Compat::Try in the docs
877732d7 10
e8927e12 110.30 2017-12-21 07:23:03Z
3b23a067 12 - expand "when" test skippage to more perl versions
abb22da9 13
5aa01536 140.29 2017-12-19 03:51:26Z
c4e724ee 15 - skip tests of "when" and "given/when" usage for perl 5.27.7 *only* (see
16 RT#123908)
d8d64fc2 17
fae6bce6 180.28 2017-01-09 01:21:33Z
b45948ae 19 - enabled some tests of finally blocks that were disabled on 5.6, now that
20 that functionality works (since 0.13) (Pali, PR#4)
43e10e2c 21
b4b13135 220.27 2016-08-16 01:43:35Z
77ca541b 23 - repository moved to the github p5sagit organization (the primary is on
24 shadowcat, mirrored to github)
2ae317a6 25 - no changes since 0.26
14a9ccca 26
729300a9 270.26 2016-03-15 23:42:02Z (TRIAL RELEASE)
9fe27f14 28 - switch from finalizers using an array to a hash, to resolve segfaults when
29 creating a pseudofork on MSWin before perl 5.20 (Graham Knop,
30 karenetheridge/Sub-Name/#3)
40375a96 31
a3769675 320.25 2016-02-22 20:16:51Z (TRIAL RELEASE)
32d7db43 33 - "finally" blocks are now run for all methods of leaving the try block
4938c300 34 (including via exit, goto) (Lukas Mai, RT#112099)
381a9eef 35
08068486 360.24 2015-12-11 05:20:09Z
5ee27f1f 37 - fix prereq errors in 0.23
b8d74909 38
cb57845a 390.23 2015-12-11 04:04:35Z
8b912d4d 40 - fix syntax of example code (Rudolf Leermakers, doy/Sub-Name/#22)
e4f2f28b 41 - 'perl' removed from prerequisite recommendations, to avoid tripping up
42 CPAN clients (Graham Knop)
43 - Sub::Util is used preferentially to Sub::Name in most cases (Graham Knop,
8b912d4d 44 doy/Sub-Name/#27)
760fffd7 45
460.22 2014-04-29
8b912d4d 47 - add optional test deps as recommended prereqs (Karen Etheridge,
48 doy/Sub-Name/#18)
5e9efef3 49
500.21 2014-04-15
8b912d4d 51 - also skip the test if Capture::Tiny is too old (Martin Popel,
52 doy/Sub-Name/#17)
4845abfc 53
540.20 2014-03-21
8b912d4d 55 - documentation updates (David Lowe (Flimm), doy/Sub-Name/#15)
c6f46650 56
570.19 2014-01-22
5e091a19 58 - fix an obscure issue with loading modules during global destruction
8b912d4d 59 (Dagfinn Ilmari Mannsåker, doy/Sub-Name/#11)
60 - documentation updates (anaxagoras, doy/Sub-Name/#12)
3c1bebcd 61
620.18 2013-08-17
8b912d4d 63 - fix tests for pre-Test-More-0.88 (Paul Howarth, doy/Sub-Name/#10)
1d0db44a 64
650.17 2013-08-16
570821c3 66 - work around [rt.perl #119311] which was causing incorrect error messages in
8b912d4d 67 some cases during global destruction (Graham Knop, doy/Sub-Name/#9)
2c468649 68
690.16 2013-07-10
6c790cdb 70 - remove accidental Sub::Name test dep
af5d3402 71
720.15 2013-07-08
3efbb4f9 73 - optionally use Sub::Name to name the try/catch/finally blocks, if available
74 (Mark Fowler)
02dd706a 75
760.14 2013-07-05
d2ae14ad 77 - also throw an exception for catch/finally in scalar context (RT#81070)
0ab368f3 78
790.13 2013-07-04
2531688c 80 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 81 - excise superfluous local($@) call - 7% speedup
2245f1ae 82 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 83 - proper exception on erroneous usage of bare catch/finally (RT#81070)
84 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 85 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 86 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
87 Vadim)
5f5e92c0 88 - warn loudly on exceptions in finally() blocks
12b7dc6c 89 - dzilify
2531688c 90
027bdf22 910.12 2013-01-02
881bf512 92 - doc fixes
93
027bdf22 940.11 2011-08-30
ddb04203 95 - fix broken dist
96
027bdf22 970.10 2011-04-27
98904c59 98 - clarify some docs
99
027bdf22 1000.09 2010-11-28
308df09e 101 - don't index Try::Tiny::ScopeGuard
102
027bdf22 1030.08 2010-11-28
b637afa1 104 - fix require vs use issue in blead (RT63410)
105
027bdf22 1060.07 2010-10-21
69cb48b1 107 - allow multiple finally blocks
108 - pass the error, if any, to finally blocks when called
109
027bdf22 1100.06 2010-05-27
8d2ee831 111 - in t/given_when.t use a plan instead of done_testing for more backwards
112 compatibility
c361fb52 113
027bdf22 1140.05 2010-05-26
8d2ee831 115 - Documentation fixes and clarifications
f00a529e 116
027bdf22 1170.04 2010-01-22
8d2ee831 118 - Restore list context propagation for catch blocks
119 - Fix a bug where finally blocks weren't always invoked
f6e42d81 120
027bdf22 1210.03 2010-01-22
8d2ee831 122 - Support for 'finally' blocks (Andy Yates)
123 - More documentation and tests (many people)
124 - Sets $@ to the previous value at the beginning of the eval, to allow
125 the capture of an error stack when calling die.
faecd5a0 126
027bdf22 1270.02 2009-09-02
8d2ee831 128 - Doc fixes from chromatic
129 - Various minor fixes from Adam Kennedy
130 - Additional documentation and code clarifications
131 - 5.005_04 compatibility
0e8fea40 132
027bdf22 1330.01 2009-08-31
8d2ee831 134 - Initial release