Sanity check erroneous invocations
[p5sagit/Try-Tiny.git] / Changes
1
2   - fix tests failing on 5.6.x due to differing DESTROY semantics
3   - excise superfluous local($@) call - 7% speedup
4   - fix (fsvo) broken URLs (RT#55659)
5   - proper exception on erroneous usage of bare catch/finally (RT#81070)
6   - proper exception on erroneous use of multiple catch{} blocks
7
8 0.12
9   - doc fixes
10
11 0.11
12   - fix broken dist
13
14 0.10
15   - clarify some docs
16
17 0.09
18   - don't index Try::Tiny::ScopeGuard
19
20 0.08
21   - fix require vs use issue in blead (RT63410)
22
23 0.07
24   - allow multiple finally blocks
25   - pass the error, if any, to finally blocks when called
26
27 0.06
28   - in t/given_when.t use a plan instead of done_testing for more backwards
29     compatibility
30
31 0.05
32   - Documentation fixes and clarifications
33
34 0.04
35   - Restore list context propagation for catch blocks
36   - Fix a bug where finally blocks weren't always invoked
37
38 0.03
39   - Support for 'finally' blocks (Andy Yates)
40   - More documentation and tests (many people)
41   - Sets $@ to the previous value at the beginning of the eval, to allow
42     the capture of an error stack when calling die.
43
44 0.02
45   - Doc fixes from chromatic
46   - Various minor fixes from Adam Kennedy
47   - Additional documentation and code clarifications
48   - 5.005_04 compatibility
49
50 0.01
51   - Initial release