changelog
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
12b7dc6c 1Revision history for Try-Tiny
2531688c 2
12b7dc6c 3{{$NEXT}}
02dd706a 4
50.14 2013-07-05
d2ae14ad 6 - also throw an exception for catch/finally in scalar context (RT#81070)
0ab368f3 7
80.13 2013-07-04
2531688c 9 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 10 - excise superfluous local($@) call - 7% speedup
2245f1ae 11 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 12 - proper exception on erroneous usage of bare catch/finally (RT#81070)
13 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 14 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 15 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
16 Vadim)
5f5e92c0 17 - warn loudly on exceptions in finally() blocks
12b7dc6c 18 - dzilify
2531688c 19
881bf512 200.12
21 - doc fixes
22
ddb04203 230.11
24 - fix broken dist
25
98904c59 260.10
27 - clarify some docs
28
308df09e 290.09
30 - don't index Try::Tiny::ScopeGuard
31
b637afa1 320.08
33 - fix require vs use issue in blead (RT63410)
34
69cb48b1 350.07
36 - allow multiple finally blocks
37 - pass the error, if any, to finally blocks when called
38
c361fb52 390.06
8d2ee831 40 - in t/given_when.t use a plan instead of done_testing for more backwards
41 compatibility
c361fb52 42
f00a529e 430.05
8d2ee831 44 - Documentation fixes and clarifications
f00a529e 45
f6e42d81 460.04
8d2ee831 47 - Restore list context propagation for catch blocks
48 - Fix a bug where finally blocks weren't always invoked
f6e42d81 49
faecd5a0 500.03
8d2ee831 51 - Support for 'finally' blocks (Andy Yates)
52 - More documentation and tests (many people)
53 - Sets $@ to the previous value at the beginning of the eval, to allow
54 the capture of an error stack when calling die.
faecd5a0 55
0e8fea40 560.02
8d2ee831 57 - Doc fixes from chromatic
58 - Various minor fixes from Adam Kennedy
59 - Additional documentation and code clarifications
60 - 5.005_04 compatibility
0e8fea40 61
620.01
8d2ee831 63 - Initial release