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