eh, don't test 5.8
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
12b7dc6c 1Revision history for Try-Tiny
2531688c 2
12b7dc6c 3{{$NEXT}}
2531688c 4 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 5 - excise superfluous local($@) call - 7% speedup
2245f1ae 6 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 7 - proper exception on erroneous usage of bare catch/finally (RT#81070)
8 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 9 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 10 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
11 Vadim)
5f5e92c0 12 - warn loudly on exceptions in finally() blocks
12b7dc6c 13 - dzilify
2531688c 14
881bf512 150.12
16 - doc fixes
17
ddb04203 180.11
19 - fix broken dist
20
98904c59 210.10
22 - clarify some docs
23
308df09e 240.09
25 - don't index Try::Tiny::ScopeGuard
26
b637afa1 270.08
28 - fix require vs use issue in blead (RT63410)
29
69cb48b1 300.07
31 - allow multiple finally blocks
32 - pass the error, if any, to finally blocks when called
33
c361fb52 340.06
8d2ee831 35 - in t/given_when.t use a plan instead of done_testing for more backwards
36 compatibility
c361fb52 37
f00a529e 380.05
8d2ee831 39 - Documentation fixes and clarifications
f00a529e 40
f6e42d81 410.04
8d2ee831 42 - Restore list context propagation for catch blocks
43 - Fix a bug where finally blocks weren't always invoked
f6e42d81 44
faecd5a0 450.03
8d2ee831 46 - Support for 'finally' blocks (Andy Yates)
47 - More documentation and tests (many people)
48 - Sets $@ to the previous value at the beginning of the eval, to allow
49 the capture of an error stack when calling die.
faecd5a0 50
0e8fea40 510.02
8d2ee831 52 - Doc fixes from chromatic
53 - Various minor fixes from Adam Kennedy
54 - Additional documentation and code clarifications
55 - 5.005_04 compatibility
0e8fea40 56
570.01
8d2ee831 58 - Initial release