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