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