correct prototypes in docs
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
2531688c 1
2 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 3 - excise superfluous local($@) call - 7% speedup
2245f1ae 4 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 5 - proper exception on erroneous usage of bare catch/finally (RT#81070)
6 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 7 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 8 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
9 Vadim)
2531688c 10
881bf512 110.12
12 - doc fixes
13
ddb04203 140.11
15 - fix broken dist
16
98904c59 170.10
18 - clarify some docs
19
308df09e 200.09
21 - don't index Try::Tiny::ScopeGuard
22
b637afa1 230.08
24 - fix require vs use issue in blead (RT63410)
25
69cb48b1 260.07
27 - allow multiple finally blocks
28 - pass the error, if any, to finally blocks when called
29
c361fb52 300.06
8d2ee831 31 - in t/given_when.t use a plan instead of done_testing for more backwards
32 compatibility
c361fb52 33
f00a529e 340.05
8d2ee831 35 - Documentation fixes and clarifications
f00a529e 36
f6e42d81 370.04
8d2ee831 38 - Restore list context propagation for catch blocks
39 - Fix a bug where finally blocks weren't always invoked
f6e42d81 40
faecd5a0 410.03
8d2ee831 42 - Support for 'finally' blocks (Andy Yates)
43 - More documentation and tests (many people)
44 - Sets $@ to the previous value at the beginning of the eval, to allow
45 the capture of an error stack when calling die.
faecd5a0 46
0e8fea40 470.02
8d2ee831 48 - Doc fixes from chromatic
49 - Various minor fixes from Adam Kennedy
50 - Additional documentation and code clarifications
51 - 5.005_04 compatibility
0e8fea40 52
530.01
8d2ee831 54 - Initial release