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