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