Clarify exception on unexpected try() arguments
[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)
2531688c 8
881bf512 90.12
10 - doc fixes
11
ddb04203 120.11
13 - fix broken dist
14
98904c59 150.10
16 - clarify some docs
17
308df09e 180.09
19 - don't index Try::Tiny::ScopeGuard
20
b637afa1 210.08
22 - fix require vs use issue in blead (RT63410)
23
69cb48b1 240.07
25 - allow multiple finally blocks
26 - pass the error, if any, to finally blocks when called
27
c361fb52 280.06
8d2ee831 29 - in t/given_when.t use a plan instead of done_testing for more backwards
30 compatibility
c361fb52 31
f00a529e 320.05
8d2ee831 33 - Documentation fixes and clarifications
f00a529e 34
f6e42d81 350.04
8d2ee831 36 - Restore list context propagation for catch blocks
37 - Fix a bug where finally blocks weren't always invoked
f6e42d81 38
faecd5a0 390.03
8d2ee831 40 - Support for 'finally' blocks (Andy Yates)
41 - More documentation and tests (many people)
42 - Sets $@ to the previous value at the beginning of the eval, to allow
43 the capture of an error stack when calling die.
faecd5a0 44
0e8fea40 450.02
8d2ee831 46 - Doc fixes from chromatic
47 - Various minor fixes from Adam Kennedy
48 - Additional documentation and code clarifications
49 - 5.005_04 compatibility
0e8fea40 50
510.01
8d2ee831 52 - Initial release