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