We already explicitly save the value of $@ - local()ization is not needed
[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
5 0.12
6   - doc fixes
7
8 0.11
9   - fix broken dist
10
11 0.10
12   - clarify some docs
13
14 0.09
15   - don't index Try::Tiny::ScopeGuard
16
17 0.08
18   - fix require vs use issue in blead (RT63410)
19
20 0.07
21   - allow multiple finally blocks
22   - pass the error, if any, to finally blocks when called
23
24 0.06
25   - in t/given_when.t use a plan instead of done_testing for more backwards
26     compatibility
27
28 0.05
29   - Documentation fixes and clarifications
30
31 0.04
32   - Restore list context propagation for catch blocks
33   - Fix a bug where finally blocks weren't always invoked
34
35 0.03
36   - Support for 'finally' blocks (Andy Yates)
37   - More documentation and tests (many people)
38   - Sets $@ to the previous value at the beginning of the eval, to allow
39     the capture of an error stack when calling die.
40
41 0.02
42   - Doc fixes from chromatic
43   - Various minor fixes from Adam Kennedy
44   - Additional documentation and code clarifications
45   - 5.005_04 compatibility
46
47 0.01
48   - Initial release