changelog
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
12b7dc6c 1Revision history for Try-Tiny
2531688c 2
12b7dc6c 3{{$NEXT}}
2c468649 4
50.16 2013-07-10
6c790cdb 6 - remove accidental Sub::Name test dep
af5d3402 7
80.15 2013-07-08
3efbb4f9 9 - optionally use Sub::Name to name the try/catch/finally blocks, if available
10 (Mark Fowler)
02dd706a 11
120.14 2013-07-05
d2ae14ad 13 - also throw an exception for catch/finally in scalar context (RT#81070)
0ab368f3 14
150.13 2013-07-04
2531688c 16 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 17 - excise superfluous local($@) call - 7% speedup
2245f1ae 18 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 19 - proper exception on erroneous usage of bare catch/finally (RT#81070)
20 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 21 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 22 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
23 Vadim)
5f5e92c0 24 - warn loudly on exceptions in finally() blocks
12b7dc6c 25 - dzilify
2531688c 26
881bf512 270.12
28 - doc fixes
29
ddb04203 300.11
31 - fix broken dist
32
98904c59 330.10
34 - clarify some docs
35
308df09e 360.09
37 - don't index Try::Tiny::ScopeGuard
38
b637afa1 390.08
40 - fix require vs use issue in blead (RT63410)
41
69cb48b1 420.07
43 - allow multiple finally blocks
44 - pass the error, if any, to finally blocks when called
45
c361fb52 460.06
8d2ee831 47 - in t/given_when.t use a plan instead of done_testing for more backwards
48 compatibility
c361fb52 49
f00a529e 500.05
8d2ee831 51 - Documentation fixes and clarifications
f00a529e 52
f6e42d81 530.04
8d2ee831 54 - Restore list context propagation for catch blocks
55 - Fix a bug where finally blocks weren't always invoked
f6e42d81 56
faecd5a0 570.03
8d2ee831 58 - Support for 'finally' blocks (Andy Yates)
59 - More documentation and tests (many people)
60 - Sets $@ to the previous value at the beginning of the eval, to allow
61 the capture of an error stack when calling die.
faecd5a0 62
0e8fea40 630.02
8d2ee831 64 - Doc fixes from chromatic
65 - Various minor fixes from Adam Kennedy
66 - Additional documentation and code clarifications
67 - 5.005_04 compatibility
0e8fea40 68
690.01
8d2ee831 70 - Initial release